Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MODAL Form - return parameter
Message
 
À
10/08/1998 09:27:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00125213
Message ID:
00125246
Vues:
18
>Hi all.
>How I return parameter when I create form from VCX where is modal form. I use this command:
>l_Info = CREATEOBJECT("MSG_Question","Do You wann really exit ?")
>l_Info.show()
>I have "RetPar" property, where is stored return parameter. How I get this property after command l_Info.show() ?
>Thanks.

if you call the form this way,

lnRetval = l_Info.RetPar

after the l_Info.show().
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform