Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing object ref to forms and back?
Message
From
17/10/2000 01:20:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Passing object ref to forms and back?
Miscellaneous
Thread ID:
00430169
Message ID:
00430169
Views:
58
I've seen this discussed here before, should have paid more attention. I need to return multiple values back from a (modal) form and want to use the "create an object, pass it to the form, populate it with the values, and pass it back" idea to get the values. However, it isn't working for me. I have an object created and try to send it to a form parameter like in the following code, but I just get errors, upon errors...

oP = CREATEOBJECT('myparams')
DO myform WITH oP ...

First question is how to call the form, like above with a "TO" clause? If so, "TO" what? Another object variable? I've tried to create a form property (oHold) to hold the object reference, populate it's properties with the values I need before the form unload and do a "RETURN oHold" but no luck. Anyone care to shed some light on this?!

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform