Navigation:  ABC Library Reference > ErrorClass > ErrorClass Methods >====== SetFieldName (set field name that produced the error) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SetFieldName( fieldname )

blk2blue.jpg

SetFieldName Sets the name of the field that replaces any %Field symbols within the active error message text.
Fieldname A STRING constant, variable, EQUATE, or expression that sets the field name to use in the current error message text.

SetFieldName sets the value of the ErrorStatusGroup FieldName private property. The fieldname value replaces any %Field symbols within the current error message text.

See Also: GetFieldName , FieldName