Kbase P169630: How to get a list of Internal Procedures, Methods and Functions and their signatures from an r-code
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/07/2010 |
|
Status: Unverified
GOAL:
How to get a list of Internal Procedures, Methods and Functions and their signatures from an r-code file
GOAL:
Is there a way to get a list of internal routines from an r-code file?
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
FIX:
If you are running the r-code file you can simply access this information by checking the INTERNAL-ENTRIES attribute of the PROCEDURE object.
Otherwise, open the r-code file in your favorite text editor and read it. Near the top are the list of Internal Procedures, Functions and Methods along with their complete signatures.
For a more nicely formatted list of internal routines one could use ProxyGen to generate a proxy for it and look at the <proxy_name>.log file.