[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 Jean-Pierre Ledure changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |j...@ledure.be

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 Jean-Pierre Ledure changed: What|Removed |Added Ever confirmed|0 |1

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 --- Comment #8 from tsultana --- THE VB IDE shows Access2Base.Database and Access2Base.Recordset have OpenRecordset() commands. Is the patch calling the new one in Recordset or the old one in Database? -- You are receiving this mail

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 --- Comment #7 from tsultana --- I installed the the Recordset to the /home/user/.config/libreoffice/4/user folder and restarted LO Base. The following code was tested before the patch to confirm the same overflow error. Running the

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 --- Comment #6 from Julien Nabet --- Created attachment 146541 --> https://bugs.documentfoundation.org/attachment.cgi?id=146541=edit Recordset.xba test Thought this patch may help diff --git a/wizards/source/access2base/Recordset.xba

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 --- Comment #5 from tsultana --- I have worked around the bug in CloseAllRecordsets() by using the following code. Dim recBug1 as Object Dim recBug2 as Object recBug1 = CurrentDb().OpenRecordset("table") ' needlessly open a recordset

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 Julien Nabet changed: What|Removed |Added CC||j...@ledure.be,

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 --- Comment #3 from tsultana --- I mentioned using CurrentDb().CloseAllRecordsets() to reset the RecordsetMax = 0 but that does not work. Since I close each Recordset the Collection is empty so the routine exits without resetting the

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 --- Comment #2 from tsultana --- The example code would have to be run 32768 times for the error to appear. The x variable is not the cause, just the OpenRecordset action. -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 121342] Access2Base Counter for OpenRecordset usage is too low

2018-11-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121342 --- Comment #1 from tsultana --- Created attachment 146533 --> https://bugs.documentfoundation.org/attachment.cgi?id=146533=edit OpenRecordset error after opening and closing 32767 Recordset objects -- You are receiving this mail