Page 1 of 1

dynamic images in the report

Posted: Tue Dec 16, 2003 9:23 pm
by James_(Guest)
is it possible to place images in the report, programmatically. have an existing app that prints thumbnail 2x2 and 4x6, from a collection of about 1000 images.__

=> RE: dynamic images in the report

Posted: Wed Dec 17, 2003 8:56 am
by kfleming
You can place images on a per record basis by having a character field that contains the path/name of the image file. You then place that field on the report using the Insert Picture from field command and when the report runs, it will dynamically display each image.__Note that this feature works best when each image is approximately the same size since it will be displayed within a fixed size area on the report.____Kathleen__R&R Support

==> RE: dynamic images in the report

Posted: Tue Apr 12, 2005 8:49 am
by Jefferyvaf
Hello____at what version does this feature work? I have an R&R Reportwriter (vers 8.0)____How are the steps to create this? (dynamic images in the report)____I haved tried:__the path/image name has to be in a character field in the database.__In the reportwriter I have build a images field. I have tried this, but it immediately requested a picture file.____thank you____Wolfgang R.

===> RE: dynamic images in the report

Posted: Tue Apr 12, 2005 2:40 pm
by castrass
Hello,__We added the ability to display images based on a varying filename in version 10.__