Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a parameter from one form to another.
Message
De
31/07/2001 18:02:24
 
 
À
31/07/2001 17:32:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00538001
Message ID:
00538067
Vues:
13
>Hey Steve, Hilmar and Larry,
> I'm sorry you guys, I didn't explain that question better. Let start over again: I have a date entry form that calls another little form that checks for a password. If the password is valid I need to pass back to the calling form the value 1. If it is invalid, I need to pass back the value 0. Then the little password form releases. Thanks for your help, I really appreciate it.
>

Okay...I can give you a little more help now.

Your password form should be modal. Inside of data entry form:
do form passwordForm to passwordSuccess
In UNLOAD event of passwordForm, you put:
RETURN thisForm.returnValue
where returnValue is a property that you have added to the form.

HTH,
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform