|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
Enable or disable recalculation of calculated fields and conditional text after an openform_set_field_value() call.
• openform_id is the identifier of the Open Forms SDK Interface Function module, as returned by openform_initialise().
• sal_formsh is the SAL form session handle that identifies the work item, as passed to your Open Form application by the calling script. See Creating the Script to Call the Open Forms Application.
• recalc_on should be 0 (zero) to disable recalculation, or any non-zero value to enable recalculation.By default, after an openform_set_field_value() call the SAL recalculates any calculated fields and conditional text in the iProcess Form definition for the step.
• Switches this recalculation behavior on or off. This can provide improvements in set value performance when the iProcess Form also contains data behind your Open Forms application.
• Forces the iProcess Form window to update itself using the recalculated data if recalc_on is non-zero.
Invalid openform_id. Invalid sal_formsh.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |