The GENEVT entry point is used to modify the content of the event generated by the application, either by modifying the loading of standard fields or by loading the specific fields of the record.
This entry point is located immediately before the write allowing the creation of the event in the database. You can access the event in the [F:EVT0] class.
The GOK variable may be used to cancel the event.
To know if a transaction is in progress, you must use the adonix adxlog variable.
The ANNNEVT entry point is used to modify the content of the cancellation event generated by the application, either by modifying the loading of standard fields or by loading the specific fields of the record.
This entry point is located immediately before the write allowing the creation of the event in the database. You can access the event in the [F:EVT0] class.
The GOK variable may be used to cancel the event.To know if a transaction is in progress, you must use the adonix adxlog variable.