Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DO FORM MyForm TO uResult--Undefined Variable
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00264264
Message ID:
00264384
Vues:
18
Hi Barbara:

>Simply initialize the variable first, before the DO FORM..... command.

I tried initilizing the variable first, but it appears that the Unload event does not return the reference back to uResult. I created the most simple form as an example:

{Init}
RETURN .F.

{Unload}
RETURN "1"

uResult = "0"
DO FORM MyForm TO uResult
? uResult && displays "0"

I believe it's a "problem" with VFP. Is there anything else I can try to get the variable passed back?

--Paul
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform