setFormFieldValue()
The converseLib.setFormFieldValue() system function sets the value in the form for the field name defined by the variable fieldName. The contents of the field name variable is used to dynamically look up the associated form field variable at execution time.
Syntax
converseLib.setFormFieldValue(textForm TextForm , fieldName string in [,occurrence int in], value string in)
- textform
- The specific text form that contains the field to be dynamically looked up is on.
- fieldName
- The string variable that contains the EGL variable name of the text field that is to be dynamically looked up.
- occurrence
- The optional occurrence integer is used to indicate which array element is to be used.
- value
- A string value that is to be moved to the form field value of the dynamically looked up form field variable.