Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo boxes
Message
 
To
13/12/1999 18:17:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00303051
Message ID:
00303059
Views:
21
Tom,

You pass a parameter to the fomr that contains the combobox. The form receives the parameter in its Init event, you need a PARAMETERS or LPARAMETERS statement in the form's Init. If the parameter you pass is the name of the alias to populate the combo you can do something like this in the Init of the form;
* Form's Init
LPARAMETERS pcAliasForCombo
Thisform.Combo1.RowSource = pcAliasForCombo
Thisform.Combo1.Requery()
Previous
Reply
Map
View

Click here to load this message in the networking platform