Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 7 Using Open Forms : Open Forms Functions

Open Forms Functions
This section describes the functions that are available from the Open Forms SDK Interface Function module. These functions are:
openform_initialise(). Load the NPSAL support libraries and initialize access to the other functions in the module.
Returns. Get the value for an iProcess field from a work item’s form data.
openform_keep(). Keep the work item associated with a given form session.
openform_release(). Release the work item associated with a given form session.
openform_set_field_value(). Set the value for an iProcess field in a given form session.
openform_set_recalc(). Enable or disable recalculation of calculated fields and conditional text after a openform_set_field_value() call.
openform_terminate(). Unload the NPSAL support libraries and terminate access to the other functions in the module.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved