getFormFieldName()

The converseLib.getFormFieldName() system function returns the EGL field variable name associated with the form field variable, defined on the form. This is useful when used inside an EGL function with a parameter defined with the "field" parameter option as it allows a program to dynamically determine the field name. Typically, this would be used inside a function that has a field variable passed to it, to dynamically determine the field name.

Syntax

  converseLib.getFormFieldName(textField char field )
  returns(result string)
textField
The specific text form field that the dynamic lookup for the name is to be done on.
result
A string variable that contains the the EGL variable name of the text field that was dynamically looked up. If there was no field on the form defined at that validation order number location, then an empty string is returned.