To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108225 Issue #|108225 Summary|Database close is incomplete Component|Database access Version|OOo 3.1.1 Platform|Unknown URL| OS/Version|Windows 7 Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|none Assigned to|dbaneedsconfirm Reported by|random_man
------- Additional comments from [email protected] Mon Jan 11 16:41:35 +0000 2010 ------- Attempting to close a Base file using a macro contained in it closes the file but leaves Windows processes Sbase, Soffice.bin, and Soffice.exe all running in the Task Manager list. This happens using Basic language and any of thisdatabasedocument.close(true), thisdatabasedocument.currentcontroller.frame.close(true) I suspect the following facts are related but don't know that for certain: 1. Basic crash (programming error) also leaves these processes running. 2. Attempting to open a database form contained within the database by using ThisDatabaseDocument.getbyname("myform").open in a Basic macro called by the database OPEN event always fails with "No database connection exists." The macro must first use: If Not ThisDatabaseDocument.CurrentController.IsConnected Then ThisDatabaseDocument.CurrentController.Connect End If 3. Attempting to close a database form contained within the database by using using ThisComponent.Close(true)always fails with "Close Veto Exception." It is necessary to use ThisComponent.CurrentController.Frame.Close(true) instead. --------------------------------------------------------------------- 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]
