show / hide menu

FormReset

This function is used to reset the initial value of the form.

Syntax:

FormReset(RuleName)

RuleName is the rule that needs to be executed after the form reset.

Example:
FormReset( )
The function will reset the initial value in a form.
FormReset( “Validaterule” )
The function will reset the initial value in a form and will execute the rule “ValidateRule”