Apache OpenOffice (AOO) Bugzilla – Issue 60030
copy a new form to another database loses source data connection
Last modified: 2013-08-07 15:45:41 UTC
Probably related to issue 42711 Scenario 1 two .odb files with identical tables create a form in one.odb copy this to two.odb The form in two.odb works; the form in one.odb no longer works as a form Scenario 2 Create a new .odb with a table and a form. Close the file and make an OS copy Try to copy form from one.odb to copy.odb Dialogue asks for a new name. The new form in copy works, so does the source form in one.odb (copying and pasting within one.odb is the same ok) Conclusion Copying works correctly but only when there is a form with the same name
confirmed on Windows XP Pro SP2 with OOo 2.0.1
Hi, I can reproduce this, reassign to the right developer. After closing and reopen OOo all forms work again. Bye Marc
fs->oj: seems that once a copy command has been issued at a DocumentDefinition, subsequent open commands fail. The form now always opens in Edit mode.