FAQ's - APPX Software, Inc. : APPX Utility : APPX Development Environment : Tips & Techniques :
How to see a trace of executed process | |
There is a very useful utility to examine the 'stack' of Appx Processes you invoked, to get down to the currently executing Appx Process:
--- Input STACK (EDIT) This ILF must be coded within an image level EP. Run against any Database.
This is most convenient if you define it as your SysAdmin 'Direct Process 1', or if you put it on a Direct Process 1 menu. Then, in a trapped routine, you can invoke direct process one, cntl+1. This will display the process stack which shows the process name, process type and invocation type. For a detailed description of the process stack see http://www.appx.com/assets/asp/dynamic_generator.asp?pageid=171 .
| |
[Append to This Answer] | |
2004-Jan-07 2:19pm |
Previous: | How to retrieve an occurrence number with ILF! |
Next: | Use of --- DEFAULT MODE |
|