<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Firebird: Datatype Image(BLOB) is not working properly with Form or Report image controls."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121886">121886</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Firebird: Datatype Image(BLOB) is not working properly with Form or Report image controls.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.4.7.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Base
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>drewjensen.inbox@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=147248" name="attach_147248" title="Example db">attachment 147248</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=147248&action=edit" title="Example db">[details]</a></span>
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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>