Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox weirdness
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00942417
Message ID:
00942453
Views:
15
Blagodaria! That worked.

Whats the 'known behavior'? Being bound to a (numeric?) memvar while using a rowsource type of 2 or 3? This app uses quite a few combos w/o problem, but the rowsource for most is an array, unlike this case.



>It's known behavior of ComboBoxes.
>
>Try this:
>
>BoundColumn = 2
>BoundTo = .t.
>ControlSource = m.f_desc
>RowSourceType = 3
>RowSource = "SELECT tempcat.rc_desc,rc_pk FROM TempCat INTO CURSOR cTemp"
>Value = 0
>ColumnCount = 2
>ColumnLines = .f.
>ColumnWidths = 200,0
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform