Do you make "Enter" go to the next line when you have a multi-line textbox rather than hit the OK button?
Last updated by Brady Stroud [SSW] 7 months ago.See historyIf you have a multi-line textbox in a form, you should make the "Enter" key go to the next line in the text box, rather than cause it to hit the OK button.
It can be done by assigning "True" value to AcceptsReturn and Multiline options in properties bar.