Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Control Source Coding
Message
From
29/01/2003 10:29:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Combo Control Source Coding
Miscellaneous
Thread ID:
00746685
Message ID:
00746685
Views:
55
I've configured a combo box in the following way:

combo1.controlsource = table1.field1
combo1.rowsourcetype = 2
combo1.rowsource = list1.desc
combo1.style = 0

In runtime, selecting an item from its list will populate table1.field1 with that item. If, however, text is type into the control that does not appear in list1 it will not be written back to table1.field1. How can combo1 be setup so that selecting an item from its list or typing in a new value will populate its control source?
Next
Reply
Map
View

Click here to load this message in the networking platform