To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108524





------- Additional comments from [email protected] Sun Mar  7 22:34:59 
+0000 2010 -------
No, as Issue 09661 shows, closing a database form using

 ThisComponent.Close(TRUE)

does generate a Close Veto exception.  This is totally repeatable.  That issue
also shows that you have to close a database form using 

 ThisDatabaseDocument.FormDocuments.GetByName("<form name>").Close(True)

instead.  As it turns out, it's not so easy to get the name of the document
model if all you have is ThisComponent, which makes it kind of hard to write
reusable code, but hey!  Can't have everything.

The other issues in this issue were dropped and this issue was closed in favor
of issue 090661 because the whole situation was contaminated by having the dang
quickstarter turned on by mistake.  That unfortnuate feature randomly causes all
kinds of crazy behavior.

I don't know why this issue is still open.  It was previously closed.


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

Reply via email to