Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates that the field has been successfully validated and modified in the current record.
Syntax
public void modified()
Run On
Client
Remarks
This method is called from the modified method on controls if the validation methods returned true.
You can overriding this method to allow for recalculation of other values that are based on the modified values.
The call to the super() method guarantees that the modifiedField method on the table is called.
Modified means that the value of the field on the current record has changed, but the value is not written to the database before the record is saved.