Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shared values between forms
Message
De
18/08/1999 08:32:29
 
 
À
18/08/1999 08:24:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00254887
Message ID:
00254897
Vues:
18
Make your second form modal. In the Unload() event, return the selected code (RETURN Thisform.SelectedCode). In the command button Click() event, put this:
DO FORM SelectACode TO lcSelectedCode

IF NOT Empty(lcSelectedCode) && SelectACode should return "" if no selection made
   Thisform.MyTextBox.Value = lcSelectedCode
ENDIF
HTH

>I have on my system a form where, the user has to put a code, if it´s doesnt know, a form with codes and descripcion could by call, when the user selec a code and push ok bottom this form should release and show the code in the textbox.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform