I would like to indicate to a user if a field is missing or incorrect. For example in the cash receipts journal, if the applies-to Doc No is invalid for the customer, have the field's appearance indicate the error.
Hi bhuber,
You can also use the "Currform"-Functions like:
Editable,Enabled,Visible. In addition iF a value is missing you can jump after the Error-Message to the Field like that:
CurrForm."Name 2".ACTIVATE.
Comments
You can also use the "Currform"-Functions like:
Editable,Enabled,Visible. In addition iF a value is missing you can jump after the Error-Message to the Field like that:
CurrForm."Name 2".ACTIVATE.
Regards Stefan