Breaks execution before a change to a record occurs.
[Ok :=] BREAKONRECORDCHANGES(Ok) |
Parameters
- Ok
- Type: Boolean Specifies whether the debugger should break execution when a change to a record occurs. If Ok is true, then the debugger breaks before creating, updating, or deleting a record.
Property Value/Return Value
Type: Boolean
true if the debugger breaks when a change occurs in a record; otherwise, false.
If you omit this optional return value and if the break is not set successfully, then a run-time error occurs. If you include the return value, then you must handle any errors.