Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box expanded width
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00563906
Message ID:
00563941
Views:
13
>Hi,
>
>I have a form that I am using a combo box. The problem that I have is the field thet the users need to selet is 225 characters. When the combo is dropped down it is "real" wide like off the screen. I thought that no problem I could just control the width with ColumnWidths. But that has no effect. Is there a way to control the width of the box that drops down?
>
>Thanks
>Earl

Try to change RowSource from 'myalias.myfield' to 'LEFT(myalias.myfield, 30)' or whatever number of characters you need.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform