The Calling Tree screen is used to view the calling paths of code routines within an object. It displays a tree structure that shows the calling paths. This screen is shown only for objects that can contain routines, namely:
Exceptions to the above are insertable forms, insertable global routines, and insertable reports. These do not display a calling tree because they cannot contain multiple routines. In addition, the calling tree also shows where global routines are called, where print layouts are printed, and where files are referenced. To view the Calling Tree for an object, open the object's code window. A toolbar appears immediately above the code window. Click the "Calling Tree" button on this toolbar.
You can zoom in on the tree with the slider and view the objects a routine depends on in reverse by selecting the routine in the drop-down menu. Use the Print button to print the calling tree.