GetLabelText

Gets the current text of the specified label.

Parameters

Name Type Description
fieldName String The name of the field.

Return Value

Result Value
Success The original value for the label on the form, or the value last set with the SetLabelText method.
Failure Null

Examples

This example gets the text of the label:

GetLabelText("Unit Price");

Comments

(none)