Jump to content

Single page with multiple database photos


mirceasc8

Recommended Posts

Hi,

I am working on a report that needs to contain on a page 3 images inserted from the database. I created a subreport with the query that returns the images identified (maximum 3) by the parent's id, but I am unable to make the report insert them on the same page. If I add three image blocks it prints on the first page the first image x3, the second page, second image x3 and so on.

Basically I want to achieve the following:

Select * from img where parent.id=x => returns images with id 1,2,3; Then on the same page:

  • image block 1 -> photo with id 1
  • image block 2 -> photo with id 2
  • image block 3 -> photo with id 3

Thanks in advance!

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...