Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameters by Reference to an Object
Message
 
To
14/03/1997 07:38:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00024219
Message ID:
00024231
Views:
30
>Can anyone tell me how to pass parameters by reference when using the CREATEOBJECT()command? I'm using VFP 3.0. Any help would be greatly appreciated.

check the help for syntax, but something like

oThisObj = createobject('mainform',@lcCurrentRec)

remember the object's init must have the parameters/lparameters statement first.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform