I saw some discussions a few weeks back on events within Business Objects. People were asking how to trigger an event when someone logs onto the Full Client and not every time they open a document.
Here is how to do it:
Notice how add-ins are loaded every time you fire up B.O.? What is actually happening is that you are opening a Business Objects Document.
When you look at the “ThisDocument” in the VBA editor you will see the property “Is Add-in”. When this is true the report/document disappears. When you save the document as an “*.rea” file, and then point the add-in to the ones to be loaded whenever you open B.O. then you can capture the event of that add-in/document opening.
I hope this makes sense.
Simon Miller
Listserv Archives (BOB member since 2002-06-25)