Virtual Structure Component

Fnd_VS_FieldName

Fnd_VS_FieldName(->field) -> Text

Legacy manual page 255

Parameters

ParameterTypeDescription
fieldPointerPointer to a field
Function resultTextVirtual field name

Description

This routine returns the virtual field name of the specified field.

ALERT("Please enter a value in the "+Fnd_VS_FieldName (->[Contact]Last Name)+" field.")

This function is designed to be a replacement for 4D’s Field name function.

Extracted source text
            Fnd_VS_FieldName(->field) ➜ Text

              Parameter                 Type               Description
              field                     Pointer            Pointer to a field
              Function result           Text               Virtual field name

            This routine returns the virtual field name of the specified field.
              ALERT("Please enter a value in the "+Fnd_VS_FieldName (->[Contact]Last Name)+" field.")

            This function is designed to be a replacement for 4D’s Field name function.