Stefan5627
Programmer
Hi all,
I would like to chain 2 reports
I use code like
The second report starts on a new page
(How) can i let it start directly below the summary band of report 1 (on the same page)?
I would like to chain 2 reports
I use code like
Code:
loListener = newobject('_ReportListener', ;
home() + 'ffc\_ReportListener.vcx')
loListener.ListenerType = 1
loListener.AddReport('MyReport1.frx', ;
'nopageeject')
loListener.AddReport('MyReport2.frx')
loListener.RunReports()
(How) can i let it start directly below the summary band of report 1 (on the same page)?