StdFormPerformValidations event

Occurs when the user clicks Validate on the Actions menu. Windows client also fires the event during several other operations, as noted below.

The default implementation executes all validations specified for the components on the form and displays an error message if the value of a component fails a validation.

The default implementation in a form without custom event handlers fires the following sequence of standard events:

  • StdFormGetBoundValues
  • StdFormPerformValidations
  • StdFormValidationsCompleted

Your application can call the default implementation by generating the event.

Remarks

The default implementation is a form-level operation. Windows client generates the event during several standard operations: Next, Previous, First, Last, New, Copy, Save, and Save Current.