Promoted Event (None Specified)
At 25 FEB 1998 10:12:02PM Matt Crozier wrote:
How can you tell what event is being processed within a generic promoted event such as APPNAME*..OIWIN* ?
At 27 FEB 1998 09:42AM Aaron Kaplan wrote:
How can you tell what event is being processed within a generic promoted event such as APPNAME*..OIWIN* ?
Generically?
I mean like through code meaning you want to place in promoted events and want to know where you are at or just temporarily for debugging purposes.
For debugging, load up the system monitor and just watch the events fly by.
In code, I don't there there's an @WHATEVENTAMIIN variable. However, I'm 9944/100% sure that the RETSTACK() function in in OI 3.4 and above. From there, you should be able trace back through function names about where you are, in most cases.
apk@sprezzatura.com
At 01 MAR 1998 04:46PM Matt Crozier wrote:
]]In code, I don't there there's an @WHATEVENTAMIIN variable. However, I'm 9944/100% sure that the RETSTACK() function in in OI 3.4 and above. From there, you should be able trace back through function names about where you are, in most cases.«
OK, thanks Aaron. I guess I'm looking for $$$'s.
Matt.