[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Quartam Software Forums •Image Data from Livecode
Page 1 of 1

Image Data from Livecode

Posted: Thu Oct 22, 2015 3:16 pm
by mayfair
Good day,

I have seen similar threads but no recent ones and no information on how to "send" an image to quartam reports. I generate QRCodes in my app. I want to print the qrCode related to a record but I cannot send that data to Quartam. Has this been addressed or is there a workaround for it?

Thank you
Nic

Re: Image Data from Livecode

Posted: Tue Oct 27, 2015 8:00 pm
by JanSchenkel
Hi Nic,

The current solution is to use a field and craft together an htmlText which uses <img src="555000"> to embed an image by name.
That image can be stored in a temporary stack, where LiveCode should be able to find it.

Quartam Reports 2.0 will have the ability to use not only static image paths but also dynamic image paths.
Your question is not so uncommon, so if I find the time, I'll see if I can include a way to use image data so that you wouldn't have to store the image in a temporary file on disk.

Best regards,

Jan Schenkel.