Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the return parameter from a MDI form ?
Message
 
 
À
26/07/2011 23:49:05
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01519135
Message ID:
01519285
Vues:
26
>Hi,
>Sorry, there no DO FORM NAME example in HELP.
>
>how to use NAME option ? it store the form name to the variable, how to use the variable to show out the called form ?
>
>can you give me some example ?
>
>Thanks.

One possibility:

do form SearchForm name thisform.oSearchForm

...

if type('thisform.oSearchForm.name') = 'C' && form is still active
thisform.oSearchForm.Show()
endif
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform