Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox displayvalue in grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP3
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01128445
Message ID:
01128535
Views:
28
however, when I move off the record it truncates the displayed value to 11 characters. It does store the correct IntSource but what I can't figure out is why thee TextSource for the display is truncating. Any ideas are appreciated.

Unless you need to add values to the combo on the fly, change the style to 2-DropDown List.

What you describe is a known issue with a combo in agrid with style=0-DropDown Combo

PRB: DisplayValue of ComboBox is Truncated in a GridPSS ID Number: 156771

Article Last Modified on 10/15/2003


--------------------------------------------------------------------------------
The information in this article applies to:


Microsoft Visual FoxPro for Windows 5.0
Microsoft Visual FoxPro for Windows 6.0

--------------------------------------------------------------------------------

This article was previously published under Q156771
SYMPTOMS
When a ComboBox is placed in a grid, the DisplayValue of the ComboBox appears truncated.
CAUSE
The DisplayValue is longer than the field to which the column is bound.
WORKAROUND
Set the InputMask property of the Column to the length needed for the DisplayValue.
Previous
Reply
Map
View

Click here to load this message in the networking platform