force change

Examples


The force change statement causes the field change script to be run when the user moves the focus out of the field, whether or not the field has changed. This statement should be used only for the field where the focus is currently positioned.

Syntax

force change field_name

Parameters

field_name – The name of the field for which you wish to run the change script, and where the focus is currently positioned.

Comments

The force change statement is typically placed in the pre script for a field.


Documentation Feedback