Item, form data, right-click, print, and report data event types.
All events are item events, unless otherwise indicated in italics in parentheses.
Item, form data, right-click, print, and report data event types.
All events are item events, unless otherwise indicated in italics in parentheses.
| Member | Value | Description |
|---|---|---|
| et_ALL_EVENTS | 0 | All events, for use when filtering events |
| et_ITEM_PRESSED | 1 | The main mouse button was clicked on one of the following:
This event occurs when a mouse is released within an item, that is, mouse up. |
| et_KEY_DOWN | 2 | A key was pressed. |
| et_GOT_FOCUS | 3 | An item received focus. |
| et_LOST_FOCUS | 4 | An item lost focus. |
| et_COMBO_SELECT | 5 | A value was selected in a combo box. |
| et_CLICK | 6 | The main mouse button was clicked on an item, that is, mouse down. |
| et_DOUBLE_CLICK | 7 | The main mouse button was double-clicked on an item. |
| et_MATRIX_LINK_PRESSED | 8 | A link arrow in a matrix was pressed. |
| et_MATRIX_COLLAPSE_PRESSED | 9 | A matrix list was collapsed or expanded. |
| et_VALIDATE | 10 | An item lost focus and validation is required. |
| et_MATRIX_LOAD | 11 | Data was loaded from the database into a matrix data source.
This event occurs for user-defined matrix objects only. If a form contains two matrix objects, the system generates two events. |
| et_DATASOURCE_LOAD | 12 | Data was loaded from the GUI into a matrix data source.
This event occurs once per matrix. If a form has two matrix objects, the system generates two events. |
| et_FORM_LOAD | 16 | A form was opened (FormDataEvent). |
| et_FORM_UNLOAD | 17 | A form was closed. |
| et_FORM_ACTIVATE | 18 | A form received focus. |
| et_FORM_DEACTIVATE | 19 | A form lost focus. |
| et_FORM_CLOSE | 20 | A form is about to be closed. |
| et_FORM_RESIZE | 21 | A form has been resized. |
| et_FORM_KEY_DOWN | 22 | A key was pressed when no form had the focus. |
| et_FORM_MENU_HILIGHT | 23 | A form is modifying the status of toolbar items, that is, enabling and disabling icons.
By default, these events are not thrown. You can activate these events by setting an event filter. |
| et_PRINT | 24 | A print preview was requested for a report or document (PrintEvent).
This event lets you exit from the application print operation and use your own printing. |
| et_PRINT_DATA | 25 | A print preview was requested for a report (ReportDataEvent).
This event lets you get the report data in XML format. |
| et_CHOOSE_FROM_LIST | 27 | A ChooseFromList event occurred, as follows:
|
| et_RIGHT_CLICK | 28 | The right mouse button was clicked on an item (RightClickEvent). |
| et_MENU_CLICK | 32 | The main mouse button was released on a menu item without submenus.
For future use. |
| et_FORM_DATA_ADD | 33 | A record in a business object was added (FormDataEvent). |
| et_FORM_DATA_UPDATE | 34 | A record in a business object was updated (FormDataEvent). |
| et_FORM_DATA_DELETE | 35 | A record in a business object was deleted (FormDataEvent). |
| et_FORM_DATA_LOAD | 36 | A record in a business object was loaded -- via browse, link button, or find (FormDataEvent). |
| et_PICKER_CLICKED | 37 | A Picker event occurred, as follows:
|
| et_GRID_SORT | 38 | A grid column was sorted, either by a user clicking the column title or an add-on calling the Sort method of the Grid object. |
| et_Drag | 39 | The item was dragged and dropped at the position you want it to appear. |
| et_FORM_DRAW | 45 | A form was drawn (ItemEvent).
The before event would raise after the FormLoadAfter event and before the form was drawn. |
| et_UDO_FORM_BUILD | 49 | A UDO form was built. |
| et_UDO_FORM_OPEN | 50 | A UDO form was opened. |
| et_B1I_SERVICE_COMPLETE | 51 | The B1i service has been completed. |
| et_FORMAT_SEARCH_COMPLETED | 59 | The format search has been completed. |
| et_PRINT_LAYOUT_KEY | 80 | A print or print preview was requested for an add-on form, and the layout needs the key of the add-on form (LayoutKeyEvent). |
| et_FORM_VISIBLE | 97 | A form was visible. |
| et_ITEM_WEBMESSAGE | 130 | A Web message was sent from the WebBrowser control. |