Home › Forums › General XMetaL Discussion › On_Document_Open_Complete and On_Document_Activate Macro › Reply To: On_Document_Open_Complete and On_Document_Activate Macro
Reply to: On_Document_Open_Complete and On_Document_Activate Macro
October 21, 2013 at 6:57 pmAssumption: you are running XMetaL Author Essential
On_Document_Open_Complete fires as part of the document opening sequence, which occurs when the document is opened from disk by a user (including templates), or when using the Documents.OpenString() API, or other APIs that open documents. If the file is already open this event should never fire again for that document. I assume this is your issue.