Equinox Online Help - Language Reference - A to Z

Home

FieldChanged

Applies to
SyntaxFieldChanged([FieldName])
Action[Function] Indicates whether or not a field value has been edited.
ScopeUsable anywhere.
Notes

This function determines if the value in the specified field has been edited (for the current record) by the user, or by a method. The argument, FieldName, specifies which field is tested. If the value in FieldName has been edited, then True is returned. If not, then False is returned.

If FieldName is omitted, then all fields in the current record are tested. If one or more has been edited then the function returns True.

CategoryRecord editing
See Also BlankRecord, DeleteRecord, InsertRecord, IsField, ReplaceRecord
Example

This method calls the procedure CheckDetails, to validate the entered information.

if FieldChanged() then CheckDetails