-
Topic
-
We use Advansys Formativ Solutions Engine 1.6.012. Our applet is integrated to catch OnSend event.
One of our clients reports that our solution intermittently isn’t getting triggered when they hit a Reply button.
The applet code works with our application via ActiveX component (writeen in VB6), I have a debug version of this component that logs some information.
I want to add to my log whether the user Sends or Replies and probably some additional info.My question is: How to determine whether the user Sends, Replies or Forwards the message?
I tried registering our applet with OnReply event, but this brings another issue: I can’t get the reference to GroupWise.ComposingItem object
Here is the snippet of our applet code, that works OK when it’s integrated only with OnSend eventSet GWMsg = GroupWise.ComposingItem
If Not GWMsg Is Nothing Then
GWMsgID = GWMsg.MessageID
Else
MsgBox “Error initiating Message object. Please Restart GroupWise.”
GroupWise.CancelGroupWiseEvent = True
Exit Sub
End IfRegards,
Michael
- You must be logged in to reply to this topic.