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:
00264791
Vues:
27
Paul,

Try this calling code;


uResult = SomeDefaultValue
DO FORM Whatever TO uResult

If the form was stopepd from the Init uResult will be the same as you initialized it before you called the form.

Or you can try;

DO FORM Whatever TO uResult
IF TYPE("uResult") = "U"
* uResult is undefined so define it
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform