To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=18907
------- Additional comments from [EMAIL PROTECTED] Wed Jun 27 05:39:03 +0000 2007 ------- better, not yet there: You now have a "new OCopyTable( ..., OCopyTableWizard::WIZARD_APPEND_DATA ) in two places, and you make this dependent on whether or not the DefaultTableName is not empty. The consequence: OCopyTableWizard::m_eCreateStyle is not in sync with what you see in the UI. That is, do the following: - copy a table to the clipboard - paste it, while it is selected => the wizard opens, and "Append" is pre-selected (which is fine) - press "Next" => you get an error saying that the table name is already in use - which is wrong, since you do not want to create this table, but append to it. Please fix this scenario. (side note: thanks for the all-in-one-file patch. Unfortunately, it still requires multiple manual steps to apply it to a source tree. What I tried to suggest above is something like > cp -R dbaccess dbaccess.old > (do changes in dbaccess) > diff -ru dbaccess.bak dbaccess Alternatively, if you have CVS access, a "cvs diff -u" in the root of dbaccess would produce similar results. With this, you would have one large patch file, which can be applied in one single step.) --------------------------------------------------------------------- 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]
