S
Sebastian Santacroce
Hi,
If I want to pass a form (forms I have created) to a
function what would I set the declaration as
for example
Dim p as existingForm
OpenForm (p, existingForm)
Function (P as windows.forms.form, thisForm as *******)
p=NEW thisForm
.....
What do I put in *******?
If I want to pass a form (forms I have created) to a
function what would I set the declaration as
for example
Dim p as existingForm
OpenForm (p, existingForm)
Function (P as windows.forms.form, thisForm as *******)
p=NEW thisForm
.....
What do I put in *******?