Homepage | About EASA | Contact
Child EVENT's under an EVENT PROCESSING→EVENT define various EVENT's that can occur in an EASAP. For example:
When one of these events takes place, the ACTION's under the EVENT PROCESSING→ACTION GROUP will be performed.
![]() |
||
---|---|---|
![]() | Recognizes when the EASAP has been opened | |
![]() | Recognizes when one of the specified buttons has been pressed on the EASAP user interface | |
![]() | Recognizes when a POLL has fired from the USER INTERFACE | |
![]() | Recognizes when a submitted run has completed processing | |
![]() | Recognizes when the submission check has been initiated on the EASAP user interface | |
![]() | Recognizes when a submission has been successfully sent to the EASA Server for processing | |
![]() | Recognizes when a user clicks on the tab of a specified TABBED PANE | |
![]() | Recognizes when a user clicks in cells, rows or columns within a specified TABULATED DATA | |
![]() | Recognizes when the value of one of the specified objects has been changed on the EASAP user interface |
If two EVENT PROCESSING trees contain the same event such as an APPLICATION OPENED EVENT, the EVENT PROCESSING→ACTION GROUP's are processed from the top of the EASAP Tree downwards.
When more than one Child EVENT is specified under an EVENT PROCESSING→EVENT, the logical OR is used (ie. if event1 or event2 or event3 takes place, then the defined ACTION's will be performed).
ACTION's under an EVENT PROCESSING→ACTION GROUP will be performed when any Child EVENT's under EVENT PROCESSING→EVENT are triggered.
When more than one ACTION's are specified under a EVENT PROCESSING→ACTION GROUP, ACTION's will be performed in the order they appear on the EASAP Tree from top to bottom.
![]() |
||
---|---|---|
![]() | Parent for other ACTION's. | |
![]() | Refreshes data associated with a RANGE REFERENCE either to or from an Excel spreadsheet | |
![]() | Clears values from cells within specified ranges | |
![]() | Performs custom defined error checks as defined in its Child ERROR CHECK's | |
![]() | Defines a custom error check | |
![]() | Performs the ACTION's defined through a custom coded object | |
![]() | Closes a FORM that is open. | |
![]() | Parent for DATA PROCESSING ACTION's | |
![]() | Stores the current date and/or time in an SCALAR DOR. | |
![]() | Extracts data from a file | |
![]() | Sets an explicit LIST | |
![]() | Sets an explicit SCALAR | |
![]() | Performs a one time action on a DATABASE | |
![]() | Defines the DATABASE on which to perform the action | |
![]() | Executes various operations on dates. | |
![]() | Composes and sends an email | |
![]() | Creates a snapshot of a specified spreadsheet range as a PDF document and saves it on the file system | |
![]() | Gets the current copy of the Excel spreadsheet from the Excel Server. Allows an author to download it from the EASAP | |
![]() | Extracts a screen capture of cell range or chart in an Excel spreadsheet for display by an IMAGE in a DIAGRAM | |
![]() | A tool for authors to write messages under certain circumstances into the APPLICATION LOG. | |
![]() | Performs the specified action available in the menus of an EASAP | |
![]() | Alters the value of a LIST in various ways | |
![]() | Changes or formats the value of a SCALAR | |
![]() | Opens a browser window to the specified URL or EASA web page location | |
![]() | Opens a FORM | |
![]() | Reads values from specified cell ranges in Excel spreadsheets into specified LIST's | |
![]() | Refreshes a LIST of objects | |
![]() | Executes a macro in an Excel spreadsheet | |
![]() | Changes the selected TABBED PANE on the EASAP user interface to the specified tab | |
![]() | Allows manipulation of LIST's and SCALAR's using the scripting language Groovy | |
![]() | Allows dynamic modification of an GUI object's Style: parameter. | |
![]() | Sets a new value for a visible data entry object | |
![]() | Performs a delay for the specified number of seconds | |
![]() | Writes values from specified LIST's into specified cell ranges in Excel spreadsheets |