The OpenEdge Editor provides a wizard that helps you add internal procedures
to a procedure file. To use this wizard:
-
Select . The Add Procedure dialog appears.
-
If the current file is an ABL procedure file, then go to step 3.
Otherwise, if the current file is an AppBuilder procedure (adm1 or adm2) file, do one of the
following:
-
In the Procedure name field, specify a procedure name.
Also choose whether to include a CATCH block and/or a
FINALLY block for structured error handling.
-
Choose an insertion position.
- Alphabetical order - Insert a code prototype
based on its name. Case is ignored.
- Cursor position - Insert code prototype at the
current position of the cursor in the file.
- First/Last - Insert the code prototype as the
first or last item.
- After name - Insert the code prototype after the
named procedure.
-
Click OK.
The OpenEdge Editor inserts the internal procedure.