Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return value from CreateObjecT('myForm')
Message
De
22/05/2005 10:50:03
 
 
À
22/05/2005 10:01:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01016561
Message ID:
01016562
Vues:
11
Hello,

not directly ..

since you calling the Function createobject, but you can pass a parameter object to the form ..

e.g.
Form::Init(loParameters)
THIS.oParams = loParameters

Form::Unload()
THIS.oParams.someProperty = "yourReturnValue"

---
LOCAL yourForm, loRetVal
loRetVal = CREATEOBJECT('yourParameterObject')
yourForm = CREATEOBJECT('yourForm',loRetVal)
?loRetVal.someProperty

Regards
Christian
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform