C
Cooz
Hi everyone,
I have a userform in which users can type an address in a multiline textbox
that has EnterKeyBehavior set to True. Code in the form assigns the value of
the textbox to a document variable:
Activedocument.Variables("Address").Value = Me.txtAddress.Value
When I display the value of this document variable with a DocVariable field,
the result is
Name◙◙Address◙◙City
Where I would like to have
Name
Address
City
Is there any way to achieve this result?
Thank you,
Cooz
I have a userform in which users can type an address in a multiline textbox
that has EnterKeyBehavior set to True. Code in the form assigns the value of
the textbox to a document variable:
Activedocument.Variables("Address").Value = Me.txtAddress.Value
When I display the value of this document variable with a DocVariable field,
the result is
Name◙◙Address◙◙City
Where I would like to have
Name
Address
City
Is there any way to achieve this result?
Thank you,
Cooz