Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing object ref to forms and back?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Passing object ref to forms and back?
Divers
Thread ID:
00430169
Message ID:
00430169
Vues:
59
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform