bypass a subreport
Hi Tech support,
I have a subreport in a group footer of a report and would like to know how
to bypass the subreport if the query that provides data to the subreport has
no records. I want to be able to move onto the next record of the main
report. Would it be ppsubreport.clear on the print method of the subreport?
Thank you,
Randy
I have a subreport in a group footer of a report and would like to know how
to bypass the subreport if the query that provides data to the subreport has
no records. I want to be able to move onto the next record of the main
report. Would it be ppsubreport.clear on the print method of the subreport?
Thank you,
Randy
This discussion has been closed.
Comments
visibility in the GroupFooterBand BeforePrint event. Check for ppdaNoRecords
in the Datapipeline State property. Add ppTypes to your uses clause.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com