List of all subprograms and includes

nicholas421

New Member
I wrote a quick query that will generate a list of all programs that are called from a parent program. I wrote it in a QAD environment. Minor tweaks needed for non QAD.
 

Attachments

Procedure Explorer

Or you can try Procedure Explorer:

Procedure Explorer can show you what files are called from your source (*.p, *.w, *.i, *.r ...) or it can display includes *.i from your RCode. You can define your own include types, it also support some MFG runtime includes, some basic copy operations and other small enchantments (Win32, Freeware, Standalone program)

Check: http://progress-tools.x10.mx/pe.html
 
Back
Top