I need to add multiple lines of text in the Special Instructions txt box for a particular client. When I hit enter/return it just closes the file info box. How can I multiple lines of txt in my special instructions box.
If you are running Windows, the issue is that in a dialog box, Windows translates the Enter key as a shortcut for the OK button.
Ctrl+Enter will add a new line to text being entered in a multi-line edit control without causing the dialog to close.
- Kathy