Hello again,
I am using a few ATL COM objects that send events (dispinterface model) and I am wondering if there is ANY way to trap those in my database script.
Thank you !
Dan
Hello again,
I am using a few ATL COM objects that send events (dispinterface model) and I am wondering if there is ANY way to trap those in my database script.
Thank you !
Dan
Subject: No
Using Lotusscript, you can only bind event handlers to built-in product events, not to external COM objects created by “CreateObject()”.
Thomas - IBM
Subject: COM/ATL events
Wrap it in LSX.
Subject: yeah, piece of cake… just wrap it