TextBox

C

Chris

Hello

I want to add a text Boc into my form

But is it possible that the user will be able to clique
Enter if he want add a new line

Example: the user want to write

Hi,

My name is Chris

Have a good day
 
T

Trevor

In the properties menu for the textbox, under "Enter Key
Behavior", set as "New Line in Field". I hope this is
what you were looking for.

Trevor
 
F

fredg

Hello

I want to add a text Boc into my form

But is it possible that the user will be able to clique
Enter if he want add a new line

Example: the user want to write

Hi,

My name is Chris

Have a good day

you can change the Enter Key Behavior property for that control to
'New Line in Field'
or...
In any text control pressing Ctrl + Enter will add a new line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top