[dba-issues] [Issue 96995] Global script events in wr ong order

2008-12-08 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96995


User fs changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Dec  8 13:03:50 + 
2008 ---
closing. Feel free to re-open if you have the feeling the issue was closed
wrongly, and the bug still happens in latest builds
(http://download.openoffice.org/680).

-
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]



[dba-issues] [Issue 96995] Global script events in wr ong order

2008-12-08 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96995


User fs changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Dec  8 13:01:36 + 
2008 ---
does not happen in DEV300m37 build (going-to-be-3.1) anymore. Event firing for
database documents has undergone heavy changes with CWS odbmacros3, which
effectively fixed this issue here.

-
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]



[dba-issues] [Issue 96995] Global script events in wr ong order

2008-12-07 Thread villeroy
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 + 
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]