[Libreoffice-bugs] [Bug 136063] access2base recordset-bug
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 24 16:25:49 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136063
Jean-Pierre Ledure <jp at ledure.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Assignee|libreoffice-bugs at lists.free |jp at ledure.be
|desktop.org |
Ever confirmed|0 |1
--- Comment #6 from Jean-Pierre Ledure <jp at ledure.be> ---
I implemented a patch as a workaround for a different behaviour of the Basic
interpreter between 6.4 and 7.0. I don't know yet if it is a bug or a feature.
Read my comment in the commit:
When an argument is missing in a call to a Basic function
the IsMissing() function applied on the argument
should respond True.
However sometimes(?) the argument contains instead "Error 448"
making IsMissing responding False.
This commit puts an explicit argument in the function call
avoiding the different behaviour of the Basic interpreter
in LO 7.0 vs. previous releases.
Error 448 = "Named argument not found"
This patch solves the issue at least in my Linux/LO 7.0 environment.
Thanks for having reported the issue.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200824/c3948fa9/attachment.htm>
More information about the Libreoffice-bugs
mailing list