Page 1 of 1

Image not displayed properly

Posted: Wed Feb 15, 2017 3:38 pm
by UKMC
Hi altogether,

I just want to load an (via answer file selected) image from a file via URL.
Everything works perfect.
When displaying the image with the following line

set the text of image "ausgewähltes_bild" to URL fld "Pfad"

Re: Image not displayed properly

Posted: Wed Feb 15, 2017 4:17 pm
by Klaus
Hallo Ulrich,

well, that's not how it works! :D
Reference image:
...
set the filename of image "ausgewähltes_bild" to fld "Pfad"
...
Import image (binary) file:
...
set the text of image "ausgewähltes_bild" to URL("binfile:" & fld "Pfad")
...

Best

Klaus

Re: Image not displayed properly

Posted: Wed Feb 15, 2017 9:44 pm
by UKMC
Hello Klaus,

thanks for your hint, which works wonderful.

Re: Image not displayed properly

Posted: Wed Feb 15, 2017 10:25 pm
by Klaus
Aber gerne doch, der Herr! :D