ENTER KEY inside of memo fields

  • Thread starter Michael Kintner
  • Start date
M

Michael Kintner

How can I allow the user to use the enter key for a carriadge return of a
memo field. (Instead of using a SHFT-ENTER.

Thank you for your help in advance!!! (smile)

Mike
 
F

fredg

How can I allow the user to use the enter key for a carriadge return of a
memo field. (Instead of using a SHFT-ENTER.

Thank you for your help in advance!!! (smile)

Mike

Set the controls Enter Key Behavior property to New Line in Field.
It's on the property sheet's Other tab.
(You can do this on any text control.)
 
P

peter walker

as well as Fred's suggestion, holding down control and enter will give cr
and lfs.

peter walker
 
Top