I had a request to add an action button that would enter text into a multi-line edit field. I've attempted to use SETVALUES with some success, it shows the text as: Marriage: \par Children:\par Occupation:\par Drug Use: but the doctor wants it to display in the filed as:
Marriage:
Children:
Occupation:
Exercise:
Drug Use:
How can I enter a hard return in there, or am I way off base on this one?
"text a" + HRET+...+"text n"+HRET
"\r\n" also works.
-James
I've tried the + HRET, unless I did something wrong, that did not work.
It hasn't worked yet. With or without the quotes? Should my text be in quotes? Should there be any spacing anywhere in particular? Should it be:
"Marriage:" \r\n "Children:" \r\n "Occupation:" \r\n "Exercise:" \r\n "Drug Use:"
or
Marriage: \r\n Children: \r\n Occupation: \r\n Exercise: \r\n Drug Use:
or
Marriage:"\r\n"Children:"\r\n"Occupation:"\r\n"\Exercise:"\r\n"Drug Use:
or even
Marriage: "\r\n" Children: "\r\n" Occupation: "\r\n" Exercise: "\r\n" Drug Use:
"Marriage: \r\n Children: \r\n Occupation: \r\n Exercise: \r\n Drug Use:"