Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo boxes
Message
From
14/12/1999 13:53:07
 
 
To
13/12/1999 21:18:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00303051
Message ID:
00303536
Views:
12
Your sample code, sir.

LPARAMETER cTablename
Select (cTablename)
With This.Mycombobox
.rowsourcetype=0
.sorted=.t.
.clear
For nLoop=1 to Fcount()
.additem(field(nLoop))
Endfor
Endwith

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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform