Hello, I'm trying to use an embedded image on a "Nav Report".
the image is a QR code generated on a local web server.
I'm using Nav 2009 SP1
I Just need to retrieve the image using an http request and need to embed it on the report.
The server that produces the QR code doesn't need any parameters
The request URL is something like this:
http://192.168.0.102/qr.png
Is it possible to somehow embed the this image on the report?
The image changes every time is requested.
I have tried to use the "image" and "picture box" found in the "View sections" --> "toolbox"
But as far as I can tell, these are static, and only accepts local .BMP files, or a BLOB form the database.
Thanks!
Comments