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


Chapter 7 Using Open Forms : Open Forms Functions : openform_release()

openform_release()
Release the work item associated with the given form session.
Synopsis
C/C++
long int openform_release (long int openform_id, long int sal_formsh)
VB
Function openform_release (openform_id As Long, sal_formsh As Long) As Long
where:
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.
Description
Use this function when you want to release a work item from a user’s work queue and continue the work flow.
You must not use the Returns, openform_set_field_value() or openform_keep() functions after using this function, because the sal_formsh will no longer be valid.
Returns
One of the following numeric values.
1
0
Invalid openform_id.
Invalid sal_formsh.
 

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