LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: pcuevas on April 24, 2017, 08:09:38 PM

Title: IMAGE Relative path
Post 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
Title: Re: IMAGE Relative path
Post by: pcuevas on April 24, 2017, 08:14:03 PM
I ask that, because my image are not inside of a database. They are a files in my disk
Title: Re: IMAGE Relative path
Post by: Arin Alex on April 25, 2017, 10:48:36 AM
The image is integrated into the report and don't use path to the image file.
Title: Re: IMAGE Relative path
Post by: pcuevas on April 25, 2017, 08:37:34 PM
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.
Title: Re: IMAGE Relative path
Post by: pcuevas on April 25, 2017, 09:00:14 PM
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
Title: Re: IMAGE Relative path
Post by: Arin Alex on April 26, 2017, 09:50:02 AM
You can create model or callback datasource and transfer images through it.
Title: Re: IMAGE Relative path
Post by: cwl on October 31, 2018, 08:31:04 AM
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,
Title: Re: IMAGE Relative path
Post by: Arin Alex on November 06, 2018, 10:45:50 PM
cwl
Hi
Here is an example :)
https://youtu.be/IekDWzh251c (https://youtu.be/IekDWzh251c)
Title: Re: IMAGE Relative path
Post by: cwl on November 13, 2018, 05:04:07 AM
Thank u very much!!!