Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending parameter
Message
 
 
To
15/01/2007 12:34:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01185649
Message ID:
01185650
Views:
8
This message has been marked as the solution to the initial question of the thread.
>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

Try to pass an empty string as the 4th parameter.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform