<div dir="ltr">Howdy,<div><br></div><div>Not at all sure this was from anything your work did, but to give you a heads up;</div><div><br></div><div>Working with the latest daily build (may 4th) under Ubuntu 18.10 (64bit).</div><div><br></div><div>Entered an issue today <a href="https://bugs.documentfoundation.org/show_bug.cgi?id=117435">https://bugs.documentfoundation.org/show_bug.cgi?id=117435</a></div><div><br></div><div>The issue includes two test ODB files, almost identical. Single table, form with image control, report (RB) with image control and 3 test images.</div><div><br></div><div>File one stores the images in the embedded database. File two stores a URL to external image files.</div><div><br></div><div>File one (Image binary in table) works as expected under 6.1 for both the form and report. However It fails to display any image data after migration to a Firebird data engine.</div><div><br></div><div>File two (URL in table)  works as expected before and after the migration to Firebird.</div><div><br></div><div>So, as I said thought I would just let you know.</div><div><br></div><div>Best wishes, Drew</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 28, 2018 at 8:01 PM, Tomaž Vajngerl <span dir="ltr"><<a href="mailto:quikee@gmail.com" target="_blank">quikee@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On Sat, Apr 28, 2018 at 10:34 AM, Drew Jensen<br>
<<a href="mailto:drewjensen.inbox@gmail.com">drewjensen.inbox@gmail.com</a>> wrote:<br>
> Howdy list,<br>
><br>
> Reading over this, and sorry if this is a naive question, but I was<br>
> wondering if this could effect the way image controls work in forms and<br>
> reports.<br>
><br>
> When an imagecontrol on a form (or Report Builder report) is linked to a<br>
> character field in a data table the control reads a URL from the data field<br>
> and loads the image into the control as the user moves through the table or<br>
> as a report is generated.<br>
><br>
> For a Form, the user can also insert a graphic into the control via the GUI<br>
> and table column with the URL.<br>
><br>
> Like I say I don't have enough detail knowledge of how this works, under the<br>
> hood, to know if what is changing here could be an issue or not, so thought<br>
> I would ask.<br>
><br>
> Thank you for your time in advance.<br>
<br>
</span>Yes, it does effect the image controls but just in the way that you<br>
can't use the internal URL with the scheme<br>
vnd.sun.star.GraphicObject:<<wbr>ID>. In that case you will need to load<br>
the image first with XGraphicProvider and set the "Graphic" property<br>
instead of the "ImageURL" property.<br>
<br>
It would be good to try this use cases out with the Report Builder<br>
with the current master.<br>
<br>
Regards, Tomaž<br>
</blockquote></div><br></div>