Newbies PattyRod Posted June 23, 2008 Newbies Posted June 23, 2008 I have a drop down list that is reading from a value list. For some reason, the drop down list cuts off text on the right (the drop down box is too small). Previous drop down lists I've created have always been big enough to read all the text in the drop down list. Does anyone know how to control the size of the drop down list box? Thanks, Patty
IdealData Posted June 24, 2008 Posted June 24, 2008 I had this one a while ago... It seems that the first entry in the value list controls the width of the value list, so make a dummy entry that is as wide as the widest in the value list, but at the top of the list.
Newbies PattyRod Posted June 24, 2008 Author Newbies Posted June 24, 2008 Thanks! The value list I was using in the drop down contained a calculated field. I added blanks to the end of the calculated field to increase the size and it did the job of increasing the size of the drop down list box! Thanks again...
Vaughan Posted June 24, 2008 Posted June 24, 2008 That's going to be a problem, because the value entered will also contain the extra spaces.
comment Posted June 25, 2008 Posted June 25, 2008 I don't see that "the first entry in the value list controls the width of the value list". I believe the width is controlled by (a) the width of the field and ( the width of the longest entry that's still visible before scrolling (the larger of the two). So the best cure would be to make the field wide enough to contain any value in the list.
IdealData Posted July 6, 2008 Posted July 6, 2008 Your are quite right - the width is determined by the widest item in the value list in the first part of the listing. Of course you can't make a field wider than your layout, however value lists can be wider than the current window!
Recommended Posts
This topic is 5984 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now