This manual covers the tools used for application development: Procedure Editor and Application Compiler. For information on the Data Dictionary, refer to OpenEdge Development: Basic Database Tools.
Before starting the Procedure Editor, be sure to include the directory where you installed OpenEdge in the PATH environment variable (DLC\bin, by default).
There are four ways to start the Procedure Editor:
To start a multi‑user OpenEdge session, enter the following command at the command line, where database refers to any database created with OpenEdge Release 10:
mpro [database]
To start a single‑user OpenEdge session, enter the following command at the command line, where database refers to any database created with OpenEdge Release 10:
pro [database]
To start a single‑user OpenEdge session and load procedure files, enter the following command at the command line:
From any of the other ADE tools, choose Tools→ Procedure Editor.
Application Compiler
The Application Compiler lets you compile a group of source procedures (.p and .w files). See Chapter 5, “Application Compiler” for a complete description of how to compile an ABL procedure.
To start the Application Compiler, choose Tools→ Application Compiler from the menu bar in any of the other OpenEdge tools.