[Libreoffice-bugs] [Bug 117856] Firebird: Migration: Simple form-subform Form fails to work after otherwise successful run of migration assistant

2018-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117856

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 Blocks|116968  |

--- Comment #6 from Xisco Faulí  ---
The problem started to happen after a29d97e6ddab8ec002ba9827bd5fc874117712e0,
thus, not related to Tamás' work. Removing the Blocks section.
Closing as RESOLVED DUPLICATED of bug 117053

*** This bug has been marked as a duplicate of bug 117053 ***


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116968
[Bug 116968] [META] Migrating existing embedded HSQLDB databases to Firebird
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117856] Firebird: Migration: Simple form-subform Form fails to work after otherwise successful run of migration assistant

2018-06-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117856

Xisco Faulí  changed:

   What|Removed |Added

 Blocks||116968
 CC||xiscofa...@libreoffice.org


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116968
[Bug 116968] [META] Migrating existing embedded HSQLDB databases to Firebird
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117856] Firebird: Migration: Simple form-subform Form fails to work after otherwise successful run of migration assistant

2018-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117856

Drew Jensen  changed:

   What|Removed |Added

 Status|REOPENED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117856] Firebird: Migration: Simple form-subform Form fails to work after otherwise successful run of migration assistant

2018-06-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117856

Drew Jensen  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|REOPENED

--- Comment #5 from Drew Jensen  ---
Ok I reopened this because it is not really a duplicate of the other issue,
although it is the same bug but in different code.

The migration assistant today creates initial firebird metadata with name
parameter substitution turned off.

Grabbing the little basic script from the closed issue for firebird generally:
Option Explicit
Sub ensureConnection()
Dim DBDocUI as Object
on error resume next
'XRay ThisComponent
DBDocUI = ThisDatabaseDocument.currentController
if not DBDocUI.isConnected then
DBDocUI.connect
end if
on error goto 0
End Sub

Sub Main
ensureConnection()
ThisDatabaseDocument.DataSource.Settings.ParameterNameSubstitution =
true
End Sub

and running that against the migrated base files does indeed fix this problem,
and the forms w/regard to main/sub form access work.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117856] Firebird: Migration: Simple form-subform Form fails to work after otherwise successful run of migration assistant

2018-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117856

Drew Jensen  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Drew Jensen  ---


*** This bug has been marked as a duplicate of bug 117589 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117856] Firebird: Migration: Simple form-subform Form fails to work after otherwise successful run of migration assistant

2018-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117856

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.
No specific error on console.
I unzipped the odb file, no "LINK_FROM_ID" found with grep.
I must recognize I don't use Base and don't even know how to make a subform.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117856] Firebird: Migration: Simple form-subform Form fails to work after otherwise successful run of migration assistant

2018-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117856

--- Comment #1 from Drew Jensen  ---
Created attachment 142346
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142346=edit
test ODB

Test file includes hsql db, 2 tables, 1 relation and 1 form and simple basic
macros.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs