Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending parameter
Message
From
15/01/2007 12:34:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Sending parameter
Miscellaneous
Thread ID:
01185649
Message ID:
01185649
Views:
59
Hi..
procedure myform.init
omyobj = NEWOBJECT("myoneform", "mylib.vcx", , thisform)
endproc
I tried both:
omyobj = NEWOBJECT("myoneform", "mylib.vcx", thisform)
omyobj = NEWOBJECT("myoneform", "mylib.vcx", , thisform)
omyobj = NEWOBJECT("myoneform", "mylib.vcx", ,, thisform)
omyobj = NEWOBJECT("myoneform", "mylib.vcx", 0, thisform)
but, both face errors..

how should I send "thisform" reference to the called one.. I need to deal with that reference on the init method of called one..

TIA
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Next
Reply
Map
View

Click here to load this message in the networking platform