Create ABL source files
- Last Updated: April 27, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Progress Developer Studio for OpenEdge provides wizards for creating commonly used ABL file types:
- Class
- Include file
- Interface
- Procedure
- Structured include file (contains AppBuilder markup)
- Structured procedure (contains AppBuilder markup)
- ABL Form (Windows only)
- ABL Dialog (Windows only)
- ABL MDI Form(Windows only)
These wizards create files with placeholders and default values and comments for commonly used code sections, simplifying the process of setting up a variety of source files. If you prefer, you can create a new blank file and enter all of the content yourself. As long as you use a file extension that is associated with the ABL Editor, you can use the ABL Editor functions when working with it.
To create a new source file:
- Open the OpenEdge project in which you plan to use the file.
- Choose . If the desired file type does not appear in the menu, choose .
- Select the desired file type and click Next to launch the corresponding wizard.
- Fill in the appropriate information for your new file.
- Click Finish. The file opens in an ABL Editor window.