Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formsets or Forms
Message
De
21/01/1999 11:24:50
 
 
À
21/01/1999 10:08:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00178447
Message ID:
00178498
Vues:
31
Ok, I will look into that.

What In trying to do is I have a form with a check box that allows access to a database. when this box is checked i go see if there is a password enetered for this user, if there is not I want to open another form to get the password and send it back.

If this.value = .t.
do form password to lcpassword
endif

is this how its done or is there a different way?


>>This may have been answered before. I want to call a form from another form to get a value returned for the parent form. do these forms need to be in a formset or can I have then as separate forms? if I have to make them into a formset, then Im being told that all the methods and properties will be moved, what does this mean and what things will I have to change?
>>
>>Thanks
>>Ron
>
>You can use separate forms. There are few methods to communicate between forms. The simplest one is to serach in Forms collection.
>
>For Each oForm In _SCREEN.Forms
> IF oForm.Name=="myform"
>  eValue=oForm.Property1
>  Return eValue
> ENDIF
>EndFor
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform