|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
long int openform_get_field_value (long int openform_id, long int sal_formsh, LPSTR lpfield_name, LPSTR lpfield_value)Function openform_get_field_value (openform_id As Long, sal_formsh As Long, lpfield_name As String, lpfield_value As String) As Long
• 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.
• lpfield_name is the name of the iProcess field you want to get the value of.
• lpfield_value is a pointer to buffer space where the field value should be returned. This should be large enough to contain the maximum number of characters in the field, plus 1 byte for a NULL terminator.
Success. The field value is returned in lpfield_value. Invalid openform_id. Invalid sal_formsh. Invalid lpfield_name. Invalid lpfield_value.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |