Define procedures in AppObjects and SubAppObjects
- Last Updated: August 28, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Once you have defined the AppObjects and SubAppObjects in ProxyGen, you can tailor the procedure files present in these objects.
To specify ABL procedures for an AppObject or SubAppObject definition:
- Set the Propath Components list box, to allow ProxyGen to locate the available r-code files. See Set PROPATH components.
- Add the r-code files for this object from the set of files that are available under the directories specified as Propath Components. Add each procedure according to if it is executed non-persistently or persistently.
- Optionally, customize each procedure entry to configure the corresponding method (if non-persistent) or ProcObject (if persistent, single-run, or singleton). See Customize method and ProcObject definitions (optional).
- Optionally, only for ProcObjects, customize the method definitions for all specified internal procedures and user-defined functions. See Customize method definitions in a ProcObject (optional).
The following sections provide information about: