Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In a typical validation routine, some Boolean condition is tested, and FALSE is returned if it fails. Returning false at anytime any time during the routine will stop the routine processing and cause the validation to fail, preventing the Save or Delete. Before the return, an error message should be set to provide feedback to the Users.

...