|
Question : Executing the Report_Load() on a SubReport
|
|
Hello Everyone,
I have a Report that has four sub reports. Each of the sub reports has a bunch of code that runs as part of the Report_Load() event in each of the sub reports. When I start my main report, none of the Report_Load event code exeutes. The code only executes only after I click on the sub report. I tested each of the sub reports individually and they each work fine. Its only when they are part of the main report that they do not execute. Is there a trick to running the sub report's Load event when the main report is started? Thank you in advance for your help.
|
|
Answer : Executing the Report_Load() on a SubReport
|
|
Kozela,
Kozela
AFAIK, Reports do not have a "Load" Event. (Forms yes, but not reports)
Also,
As strange as it seems, the subReports actually open before the main Reports.
Try moving your code to the subReports, or vice versa
Hope this helps
JeffCoachman
|
|
|
|