Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox ( VFP50)
Message
 
To
21/05/1999 15:54:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00221579
Message ID:
00221671
Views:
17
Sergio,
Simply blank the ControlSource. Then in the combo.LostFocus() method put code that saves the value picked by the user. If they don't pick a value, the field will remain blank.

HTH
Barbara

>Every time I add a new record my combobox is being fill with the value of my SELECT statement.I want the user to choose it from the pull down options.
>
>The settings for the combobox are :
>BoundColumn = 2
>BoundTo = .T.
>ControlSource = sales.branch
>RowSource = Select branch_name, branch FROM branches ORDER BY name ; INTO CURSOR MybranchList
>
>Any help is appreciated.
>
>Thanks,
>Sergio
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform