Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal form class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00043552
Message ID:
00043589
Vues:
33
>Hi all,
> I have a form class that is modal and returns a boolean value. How do I get the return value? For example,
>
>
>mfc = createobject('modalformclass)
>test = mfc.show() && this doesn't work I know, but what do i use instead?
>
>Any help appreciated
>
>-mike

in your modal class, add property retval
on close event, store return value to retval

loForm = createobject('modalformclass')
loForm.show()
lnRetVal = loForm.retval
release loForm
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform