Virtual Structure Component
Fnd_VS_FieldName
Fnd_VS_FieldName(->field) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| field | Pointer | Pointer to a field |
| Function result | Text | Virtual 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.