How do I substitute Ctrl + Enter when the user hits Enter?

gellerche

Registered User.
Local time
Today, 02:46
Joined
Jun 19, 2001
Messages
73
I have some text boxes where the user types in information, and I would like the user to be able to go down a line when hitting Enter. When Enter is hit, though, focus just skips to the next object on the form. Can someone tell me how to send a Ctrl + Enter (soft return) keystroke when the user hits Enter (preferably in just the text boxes, but if it's in the whole application, that's OK)?

Thank you,


Steve Geller
 
Set the text box's EnterKeyBehavior property to New Line In Field.
 

Users who are viewing this thread

Back
Top Bottom