Message 1 of 1
OnSaveDocument BeforeandAfter runs twice

Not applicable
07-31-2013
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I a bit perplexed, I have set an event as below for OnSaveDocument. But when it fires it runs the before and after twice each, and as I have a form thats fires it fires it up twice and I cannot figure out why this is??
Can someone enilighten me please?
Thanks
Gareth
Private
Sub applicationEvents_OnSaveDocument(DocumentObject As Inventor._Document, BeforeOrAfter As Inventor.EventTimingEnum, Context As Inventor.NameValueMap, ByRef HandlingCode As Inventor.HandlingCodeEnum) Handles applicationEvents.OnSaveDocument