I have a report created using the RDC and VB6 that contains 4 sub-reports. Each sub-report executes its own stored proc; there are 5 total. When my app initiates the print job and the report viewer is displayed, Crystal sends the first stored proc to SQL Server and stops, giving focus to the viewer as if the report is completed; it does not send all 5 one right after another.
The user can simply click on the go-to-last-page button in the viewer which will cause all the remaining stored procs to run sequentially.
Is there a way to cause the entire report to load (including subs) before the viewer is given focus and accepts user input?
Thanks,
Oliver
The user can simply click on the go-to-last-page button in the viewer which will cause all the remaining stored procs to run sequentially.
Is there a way to cause the entire report to load (including subs) before the viewer is given focus and accepts user input?
Thanks,
Oliver