November 18, 201015 yr Can anyone tell me how to control the width of a drop down list? I have a DD list that drops down from a semi hidden field (1px wide) that always truncates anything more than 7-8 letters long. I'd like to find a way to control the width of the list so it could display something like 20 characters. Anyone know how to do this in FM10Adv?
November 18, 201015 yr A long time ago I discovered that the value list width is controlled by the widest entry on the first drop down. Try adding a dummy entry composed wholly of spaces (it will be the first in the list) that will be wide enough to show the widest real entry.
November 20, 201015 yr Author Hello IdealData, Thanks for the tip. That worked. Playing with it a bit more, I noticed that the width doesn't fully follow the width of widest record. I did what you said and it provided enough width for my purpose but I noticed it seems to average the width of the less wide records also...or some such logic. If I put a lot of spaces in there, it doesn't get any wider, it just shows some ellipsis at the end of the dummy record in the drop down. Would be nice if they allowed us to discretely modify the width. I'll have to figure out a way to automatically put this dummy record at the top of each drop down. I have a lot of dependent conditional VLs that will need a dummy record for each combination of conditions. Thanks very much for your help. RDW
March 23, 201114 yr A long time ago I discovered that the value list width is controlled by the widest entry on the first drop down. Try adding a dummy entry composed wholly of spaces (it will be the first in the list) that will be wide enough to show the widest real entry. Thanks a million IdealData, I have also been chasing my tail trying to figure this out.
Create an account or sign in to comment