Post-change property (columns) |
This is where you specify the method(s) that must be called whenever the user leaves a field after having changed its value in a different way than by using a lookup window. If you also want the methods to be called after the value of the field is changed using the lookup facility, use the Post-Edit property instead. Methods specified for the Post-change property are not executed in Query Mode. They are also not executed when the new field value is NULL. To execute a method when a field is changed to NULL, use the Post-Edit property. Use ActionDecision() and ErrorRaise() for additional data validation behavior in association with the Post-change (columns) property (this was previously implemented using SqlScript() ). For more information, refer to "Data Validation Failure" . |