Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox in grid
Message
From
07/01/2003 12:13:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Combobox in grid
Miscellaneous
Thread ID:
00738867
Message ID:
00738867
Views:
58
I have a combobox in a column within a grid. It is bound to a field that contains a 2-character code. This code, in turn, is defined in another table that includes both the code and a description for each code. RowSourceType is set to 3 (SQL Statement) and RowSource is "select description, code from codetable into cursor tempcode". BoundColumn is 2, indicating the code field from the SQL statement.

In the grid, this column displays the code values to be found in all of the records displayed in the grid, except for the currently selected row, where the description value is displayed.

Is there any way to have the description displayed on *all* of the rows, and not just the currently selected row?
Next
Reply
Map
View

Click here to load this message in the networking platform