Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shared values between forms
Message
From
18/08/1999 08:32:29
 
 
To
18/08/1999 08:24:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00254887
Message ID:
00254897
Views:
17
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform