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:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00390329
Message ID:
00390378
Vues:
9
>Can a form return multiple variables in it's UNLOAD event? For example, I want a form to return a date range so I can run a report.

You can use "Mike Helland's" technique:
do form myform name myName
in cmdClose put thisform.Hide
datefirst=myName.datefirst
datesecond=myName.datesecond
myName.Release()

Better find the original thread, because I've just showed the scheme...
(Thread title something like "Multiple return")
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