Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo boxes
Message
From
14/12/1999 15:58:18
 
 
To
14/12/1999 13:53:07
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00303051
Message ID:
00303640
Views:
18
>How does this work to pass a variable(lparameter cTablename) from a combo1.value on a previous form in a formset? Currently I just get the value of the 'pick a table' combo box. Referring to this box from my current form (Search form). How would this be passed

Formsets huh? Are these forms in the same form set? You can substitue LPARAMETERS tcTableName with lcTable = oOldForm.Combo1.Value or similar. If you use a DO FORM to get the other form up, use the WITH clause: DO FORM Search WITH This.Combo1.Value. Is this what you were looking for?
Previous
Reply
Map
View

Click here to load this message in the networking platform