LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: pcuevas on April 24, 2017, 08:09:38 pm
-
Is possible to define a relative path including file name, because I am generating my own bar code and it´s different for each report.
Thanks in advance.
Pablo
-
I ask that, because my image are not inside of a database. They are a files in my disk
-
The image is integrated into the report and don't use path to the image file.
-
Ok thanks,
That means that if I want to put different images in each report these images must be in a table of a database.
-
Arin,
Is possible to use the script to load the image from disk before to execute the report?
I don´t know how to write script, I´m using Qt creator c++, is similar the syntax?
I´m back with this, because I don´t want to store the images in database, they are only temporal images.
thanks
-
You can create model or callback datasource and transfer images through it.
-
Hi, Alex, could you give a example for this, it could not be better if you take a video on YouTuBe to show the process,
-
cwl
Hi
Here is an example :)
https://youtu.be/IekDWzh251c (https://youtu.be/IekDWzh251c)
-
Thank u very much!!!