Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with combobox and numeric control source!
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Trouble with combobox and numeric control source!
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01114815
Message ID:
01114815
Views:
60
I have a combobox on my form with the following properties set:

.BoundColumn = 2
.BoundTo = .T.
.ControlSource = m.pbenefit
.RowSource = pplans.desc, benefit
.RowSourceType = 6
.ColumnCount = 1

The field benefit is numeric (hence the .BoundTo = .T.) as is m.pbenefit. However, when I select an item from the list, although m.pbenefit is set to the correct value, the DisplayValue of the combobox gets wipes out making it look as though nothing was selected.

If I set .BoundTo = .F., then I just get the item's index rather than its numerical value when I select an item from the list.

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform