[Libreoffice-bugs] [Bug 115548] Base locks up

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

Stang  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Stang  ---


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

-- 
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 115548] Base locks up

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

--- Comment #4 from t...@tim-passingham.co.uk ---
I just test version 6.0.1.1, and the problem persists.

Version: 6.0.1.1
Build ID: 60bfb1526849283ce2491346ed2aa51c465abfe6
CPU threads: 8; OS: Linux 4.13; UI render: default; VCL: gtk2; 
Locale: en-GB (en_GB.UTF-8); Calc: group

-- 
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 115548] Base locks up

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

--- Comment #3 from t...@tim-passingham.co.uk ---
Created attachment 139710
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139710=edit
A sample database

This database demonstrates the problem.  With previous versions of LO Base the
document opens and asks for the user name and password.  With version 6 it
locks up.

The fact that the underlying mysql database doesn't exist on your systems
shouldn't matter for the purpose of showing that Base now locks up on the
connect statement in the DBOpen macro.

-- 
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 115548] Base locks up

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

--- Comment #2 from t...@tim-passingham.co.uk ---
I have found out why Base locks up.

If most of my databases, I have a macro run when the database is opened,
containing:

If Not ThisDatabaseDocument.CurrentController.IsConnected Then 
ThisDatabaseDocument.CurrentController.Connect
End If

I do this and then open the first form I want to see (often a form selection
form).

In 6.0.0.3 the Connect locks up and doesn't ask me for the user name and
password.  Commenting this code out, and not trying to open a form at the
start, it works.  When I then manually open the first form it does ask me for a
user name and password.

So this is not a stopper for me, just a nuisance :-)

-- 
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 115548] Base locks up

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

t...@tim-passingham.co.uk changed:

   What|Removed |Added

 CC||t...@tim-passingham.co.uk

--- Comment #1 from t...@tim-passingham.co.uk ---
The full version (as downloaded, not the ubuntu prerelease ppa version) is: 

Version: 6.0.0.3
Build ID: 64a0f66915f38c6217de274f0aa8e15618924765
CPU threads: 8; OS: Linux 4.13; UI render: default; VCL: gtk2; 
Locale: en-GB (en_GB.UTF-8); Calc: group

I'm not sure how to provide an example, since all my mysql databases require a
user name and password, and would require yourselves to create a similar
database.  If I find any other way to demonstrate this I will add a post to the
report.

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