[Libreoffice-bugs] [Bug 121886] New: Firebird: Datatype Image(BLOB) is not working properly with Form or Report image controls.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Dec 3 17:05:48 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=121886
Bug ID: 121886
Summary: Firebird: Datatype Image(BLOB) is not working properly
with Form or Report image controls.
Product: LibreOffice
Version: 5.4.7.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: drewjensen.inbox at gmail.com
Created attachment 147248
--> https://bugs.documentfoundation.org/attachment.cgi?id=147248&action=edit
Example db
The attached file was started with Ubuntu 18.04 and LO 6.3Alpha0 and confirmed
back to 5.4.
Single table (ID identity, image Image(BLOB), path varchar(255))
Single form with an image control for image and path
Single query which counts null image fields
Single report which uses image controls to print both image and path fields
To reproduce:
1 - download an open attached odb file
2 - open the single table first and empty it
3 - close the table open the form
4 - add a first record using the context menu for both image controls.
5 - click on the save record button
image disappears from the control linked to image but not path
6 - add a second record
7 - only insert value for the path field (image control on right)
8 - click on save record, close the form
9 - run the query
The count is one, the data for the image seems to have been written to the
table for the first record.
10 - close the query
11 - run the report
The output should be of both linked images and read errors for both the null
(second) and not null image field (first record).
Expected behavior:
The image controls should be able to display data from Image(BLOB) fields.
--
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/20181203/ffacea43/attachment.html>
More information about the Libreoffice-bugs
mailing list