Events |
Scroll |
Name |
Description |
Occurs when an application is started. Always the first event to be triggered. |
|
Occurs when an application is closed. Always the last event to be triggered. |
Name |
Description |
Occurs when the left mouse button is pressed on a field in the category dialog. |
|
Occurs when the left mouse button is released on a field in the category dialog. |
|
Occurs when the left mouse button is double-clicked on a field in the category dialog. |
|
Occurs when the right mouse button is pressed on a field in the category dialog. |
|
Occurs when the right mouse button is released on a field in the category dialog. |
|
Occurs when the right mouse button is double-clicked on a field in the category dialog. |
|
Occurs when the middle mouse button is pressed on a field in the category dialog. |
|
Occurs when the middle mouse button is released on a field in the category dialog. |
|
Occurs when the middle mouse button is double-clicked on a field in the category dialog. |
Name |
Description |
Occurs when the category field is being verified. |
|
Occurs when the category gets the focus. |
|
Occurs when the category loses the focus. |
|
Occurs when a field value in the category dialog has been changed by the user. |
|
Occurs when a combo box shows the possible values. |
Name |
Description |
Occurs when a the category dialog has been created. |
|
Occurs when a the category dialog is being displayed. |
|
Occurs when the category field values are being validated. |
|
Occurs when a the category dialog is being hidden. |
|
Occurs when a the category dialog is being destroyed. |
|
Occurs when the index data values in the category are initialized. |
|
Occurs when a new row has been inserted into a table field. |
|
Occurs when a row in a table field is about to be deleted. |
Name |
Description |
Occurs when a query has been completed. |
Document events always exist in pairs of Before Event and After Event.
Always occurs before the actual action and skips the action if the return code is greater then zero.
Occurs when the action has been completed successfully and ignores a possible return code.
Before Event |
After Event |
Description |
Occurs before/after a new document is created. |
||
Occurs before/after a document is opened. |
||
Occurs before/after a document is closed. |
||
Occurs before/after the document history is being shown. |
||
Occurs before/after the security settings are being shown. |
||
Occurs before/after a document is retrieved. |
||
Occurs before/after a document is deleted. |
||
Occurs before/after a document is printed. |
||
Occurs before/after a document is exported. |
||
Occurs before/after a document is edited. |
||
Occurs before/after a document is checked out. |
||
Occurs before/after a document is checked in. |
||
Occurs before/after a document checkout is reverted. |
||
Occurs before/after a document is saved. |
||
Occurs before/after a document is moved. |
||
Occurs before/after a page is added to a document. |
||
Occurs before/after a page is removed from a document.
|
||
|
|
|
|
|
|
|
|
Name |
Description |
Occurs when the main menu is initialized. Use this event to add custom menu entries and corresponding toolbar buttons. |
|
Occurs when the menu is updated (e.g. when the selection changes). Use this event to enable/disable menu entries based on selection and system state. |
|
Occurs when a custom menu is clicked. |
Name |
Description |
Occurs when the context menu is created and displayed. |
|
Currently not used because the context menu is dynamically recreated every time it is needed. |
|
Occurs when a custom context menu item is clicked. |
Workflow Events
Name |
Description |
Occurs when the workflow instance dialog is about to be opened. |
|
Occurs when a workflow instance is claimed. |
|
Occurs when a workflow instance is unclaimed. |