DDE Scripting Requirements - Application Enabler - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Premier - Essential

Application Enabler

Platform
OnBase
Product
Application Enabler
Release
Foundation 22.1
License
Standard
Premier
Essential

The script file name must match the name of the application as it appears in the Enabled Applications list, and the aes file should be placed in the same directory as the Application Enabler executable file. There can only one aes file per application.

Application Enabler requires the following three functions for DDE scripting:

  • GetScreenContents

  • GetCursorRow

  • GetCursorColumn

As the names of these functions indicate, each function receives DDE data and returns the screen contents (GetScreenContents), the row of the current cursor location (GetCursorRow), and the column of the current cursor location (GetCursorColumn).