Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box - preventing truncated field values
Message
From
06/01/2006 03:50:20
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01083909
Message ID:
01083939
Views:
9
>(Wish I had a better title)
>
>I have an existing form with a combobox - RowSourceType=1-Value and RowSource=Unknown,Yes,No - it matches a one character field in a table and correctly puts the first character (of the selected RowSource word) into the table.
>
>My customer wants a quick fix to have it display the full word - not just the single character - when updating a record.

use a two column combo:
* SET
BoundColumn = 2
BoundTo = .T.
RowSource = "Unknown,U,Yes,Y,No,N"
ColumnCount = 2
ColumnWidths = "90,0"
with an one column is possible, but little more complex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform