Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About Comboboxes....
Message
 
To
29/05/2002 01:09:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00662298
Message ID:
00662304
Views:
23
Hi, Ric!

May be that comes from the numeric data type - try the following:
- Extend your data source with a 3rd column containing cItemCode = STR(ItemCode, 2).
- Place this new column cItemCode as first column in the combobox. Note: The contents of 1st column is always displayed in the textbox part of the combo!
- Set BoundColumn to "2", because the "old" ItemCode column is now the second column of the combobox!
- Set ColumnWidth to "0,xx,yy" or to "xx,0,yy" to supress on of the two ItemCode columns if the combobox is expanded!

... and that's it - in principle <s>!
Play something arround with this stuff and you will find the best way for yourself <s>!
SeBaFlu
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform