-
Topic
-
Hi
I am trying to develop a link between Grouwise and our in-house Comms Log (where client communications are kept for each project).
So far I have worked out how to create, partially populate and then display the email from my app (VB). A unique identifier is put in the email’s ViewName field so I can find it later.
I then want to let my user finish the email and send it.
I have a formative applet that is watching for events and detecting and reacting to the Send event is easy.
My problem is with one of the other options the user might employ, i.e. Cancel the email completely.
When you start a new email there is a Cancel button next to send. I can’t find an event that relates to this button therefore a user can abandon an email without my code ever knowing. Is there an event for this that I am missing? I can detect the Window being closed via the standard Windows X but not the Cancel button. The On Cancel event integration doesn’t seem to do anything even though it sounds favourite!
Thanks
Simon
- You must be logged in to reply to this topic.