Print from 2 list boxes on the same report.

Greetings all,

I have a project where I need to print 2 list boxes on the same report with xojo vanilla.
I remember trying to do something like that before, but it printed each list box on a different page while I want to have the fields of both list boxes on the same page.
Basically I want to have a fixed header and have my body hold ReportFileds from both list boxes.
Is something like that possible?

Thanks in advance for the help.

Are-you using the Report Class ?

Yeah, I have 2 listboxes with the Reports.Dataset interface and the report itself (Having Report as Super Class).
Each of the 2 list boxes are connected to each of the 2 list boxes I want to print.

Sorry, I never used the Report Class.

It’s ok mate, thanks you for your time.
Working around it atm by creating a new listbox with the contents of the ones I wanted to print.