How to get handle of an event being executed

Hi , Does anyone have an idea that how through API calls we can get the handle of the event during RunTime.

Thanks in Advance

Subject: How to get handle of an event being executed

what are you trying to do? which events and what handles?

Markus Seitz

markus.seitz@icodex.com

Subject: RE: How to get handle of an event being executed

Hi, Well I am trying to build a Performance Indiacator Tool for Lotus Script execution.

So I need to get the handle of the Notes Events or of the script being executed.

Thanks in Advance!

Subject: RE: How to get handle of an event being executed

i don’t think you’ll find anything that allows to hook in lotus script. (like extension-manager and others)…

one way to go would be to have some kind of action that instruments all lotus-script source codes, means it reads script, goes through all functions & events, adds a LogTime at beginning and end.

but that’s for shure a lot of pain to get it running.

how are you handling functions/methods by now?

Markus Seitz

markus.seitz@icodex.com