Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do form to
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00816816
Message ID:
00817128
Vues:
23
DO form getSomeValues with xVal1, xVal2 to cReturnVal

**** Forms Unload Event

return tran(thisForm.returnVal1) + ';' + tran(thisForm.returnVal2)

**************************************

then test it to be sure the user didnt cancel in which case you should return .F.
above so this next code block would not run

if vart(cReturnVal)='C'
cVal1 = getwordnum(cReturnVal,';',1)
cVal2 = getwordnum(cReturnVal,';',2)
endif





>how can I do it with more than one parameter?
>The following method not working:
>parent form command: do form x with var1,var2 to return1,return2
>child form unload:return return1,return2
>Thank you
Greg Foote
Software At Work, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform