To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96995
Issue #|96995
Summary|Global script events in wrong order
Component|Database access
Version|OOO300m9
Platform|Unknown
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|none
Assigned to|dbaneedsconfirm
Reported by|villeroy
------- Additional comments from [EMAIL PROTECTED] Sun Dec 7 18:40:34 +0000
2008 -------
These 3 macros ...
############## START BASIC MACROS ################
Sub EventOpened()
msgbox ThisComponent.getURL(),48 ,"LOADED"
End Sub
Sub EventClosing()
msgbox ThisComponent.getURL(),48 ,"CLOSING"
End Sub
Sub EventBeforeClose()
msgbox ThisComponent.getURL(),48 ,"ABOUT TO CLOSE"
End Sub
############## START BASIC MACROS ################
... assigned to 3 global events menu:Tools>Customize...
"Open Document", "Document is closing" and "Close Document"
work as expected for all documents except for Base documents.
When you close a Base document it calls sub EventClosing and then EventOpened.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]