getFormFieldOccurrence()

The converseLib.getFormFieldOccurrence() system function returns the number of occurrences that are defined for the EGL field name defined on the form. The contents of the field name variable is used to dynamically look up the associated form field variable at execution time.

Syntax

  converseLib.getFormFieldOccurrence(textForm TextForm , fieldName string in )
  returns(result int)
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.
result
An integer value that represents the number of occurrences that are defined for the dynamically looked up form field variable.