https://bugs.documentfoundation.org/show_bug.cgi?id=93386

--- Comment #17 from Jean-Pierre Ledure <j...@ledure.be> ---
Hi,

I could test the ODB file in 2 environments:

- Win 7 + LO 5.0.0.5
- Ubuntu 14.04LTS + LO 4.2.8.2

As a preliminary remark the Sub Start code should be changed  in both
environments as follows:

Sub Start
    If GlobalScope.BasicLibraries.hasByName("Access2Base") then
        GlobalScope.BasicLibraries.loadLibrary("Access2Base")
    End If
openConnection(thisDatabaseDocument)
openForm("Saisie_Cave")

End Sub

to have the Access2Base library loaded and avoid the bahaviour described by
Alex (comment 4).

Now my observations:
- in Win 7 / LO 5.0 the execution runs smoothly, no buggy behaviour detected.
- in Ubuntu LO crashes indeed in next both cases: on the openForm statement or
when opening the "Saisie_Cave" form manually (normal open or open in edit mode
do not matter, macros may be deactivated when opened manually). Note that the
2nd form "Saisie_Mouvements" opens gracefully. I also removed the automatic
execution of the Start macro, I even removed the PJG Basic module : still
opening the "Saisie_Cave" form crashes LO.

My conclusion is that Basic has nothing to do with the crash I observed. Maybe
there is something within the internal format of the form that causes trouble
in LO 4.2 up to ... ? Maybe the form was created in a recent version and became
unreadable in an older one ?

Pleas tell me if I can help further.

Jean-Pierre

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

Reply via email to