TextBox

  • Thread starter Thread starter Chris
  • Start date Start date
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
 
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
 
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.
 
Back
Top