I have a report that should show all branches listed for an Agency #. There can be any number of branches for a given agency. The problem I am encountering is that the sub detail band only pulls the first 37 branches for an agency when it has 94 branches. For all agencies under 37 brnaches the report works like a charm.
I have a sql query as my dataset for my report and bands. My query pulls all 94 branches as I can loop through all of the 94 branches while debugging my code but only 37 branches get printed.
I also have a page header, group header and footer bands on this report.
Events for this report are:
QuickReport before print
Subdetailband before print
Subdetailband after print and
Subdetailband on need data
Thanks in advance
I have a sql query as my dataset for my report and bands. My query pulls all 94 branches as I can loop through all of the 94 branches while debugging my code but only 37 branches get printed.
I also have a page header, group header and footer bands on this report.
Events for this report are:
QuickReport before print
Subdetailband before print
Subdetailband after print and
Subdetailband on need data
Thanks in advance