Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a ComboBox to accept entries Not on list.
Message
From
06/06/1999 21:58:34
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00226922
Message ID:
00226951
Views:
22
>I would like to have a combobox which allows selection from the list or custom entry on a value - I would like this custom value to be displayed and stored to the controlsource - but Not added to the permanent list. I am populating the list with a field from a table - rowsource type =6. What do I need to do?

First you need to popular the list using a different rowsource type ...
type 6 being bound to a table is hard to expand.
Try using an array ... and then handle the new values in the valid/interactive change section.

Alternatively you could create a local view and still us type 6 ... and do an add record to the view again thru valid/interactive change.
Previous
Reply
Map
View

Click here to load this message in the networking platform