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
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01114815
Message ID:
01114822
Views:
42
This message has been marked as the solution to the initial question of the thread.
It's bug in combobox bound to a numeric property with RowSourceType 2 or 6. To workaround it either unbound combo or use some other RowSourceType, like 5-Array or 3-SELECT.

>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?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform