Line break in drop down field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to allow for a line break in the middle of a drop down field
in a protected document? I have two options in the drop down field, one
short word and one fifty-character (exactly!) option. The fifty characters
are all kept together, causing a line break beforehand. What am I doing
wrong?

Ray
 
Hi =?Utf-8?B?UmF5X0pvaG5zb24=?=,
Is there a way to allow for a line break in the middle of a drop down field
in a protected document? I have two options in the drop down field, one
short word and one fifty-character (exactly!) option. The fifty characters
are all kept together, causing a line break beforehand. What am I doing
wrong?
There is no way to get a dropdown to break across lines. Even though the field
is allowed to display 50 characters, if the line width won't accommodate this,
all 50 won't display. Best you could do would be a macro to fill an
immediately adjacent text box with the value.

On my website, in the Forms section, you'll find an entry on how to use an
ampersand (&) with a dropdown. That gives you the basic approach and macro
code.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)
 
Back
Top