moving to a new line within a text box

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

Guest

hi

could someone please help? 'd like to know what is the key combination to
use to simply enter text on a new line within a text box on a form please.
 
Set the EnterKeyBehaviour property of the textbox to New Line In Field.

HTH,
Josh
 
hi

could someone please help? 'd like to know what is the key combination to
use to simply enter text on a new line within a text box on a form please.

As you are entering the data, press Ctrl + Enter.
You can also set the control's Enter Key Behavior property to New Line
in Field, in which case just press Enter.
 
Thankyou very kindly.
--
Allen


fredg said:
As you are entering the data, press Ctrl + Enter.
You can also set the control's Enter Key Behavior property to New Line
in Field, in which case just press Enter.
 
G'day

I did that, but now there is no response at all when I either hit enter, or
hit Control-Enter.
 
Back
Top