I need to print many images with date of took on them

I need to print many images with date of took on them
is there  a way to do that on FastReport
To print one file I used this code
*if OpenPictureDialog1.Execute then
TfrxPictureView(frxReport1.FindObject('Picture1')).Picture.LoadFromFile(OpenPictureDialog1.FileName);*
but this code works with one image, not many
any help! Thanks.

Comments

  1. Is your problem multi-file selection in the open dialog?

    ReplyDelete
  2. I have no knowledge of FastReport but looking at the code you showed, it looks simple to extend it to several pictures. It seems enough to have Picture1, Picture2, and so on on your report and feed each one just like you do except you must store the file names in a list or array or whatever to give easy access.
    If I misunderstood your problem, restate it using OTHER words.
    Maybe post a message to a FastReport support forum?

    ReplyDelete

Post a Comment