Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning a value from a form in a class
Message
 
À
06/08/1998 11:50:10
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00124488
Message ID:
00124591
Vues:
18
Hi Jerry,

Usually you assign the value you want to return to a form property, then grab it before you release the form object. Something like:

loForm = CreateObject("myForm")
loForm.Show()

x = luForm.uReturnValue

RELEASE loForm
Mike Feltman

F1 Technologies
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform