H
Hans
Hi
Using access 2003.
I wrote a Report_Activate() event function to set some specific values for a
chart in a report.
When I open this report is works fine.
When I include this report into an other report (as a sub-report) this event
function is never called.
I see when I add some msgbox statements that the Report_Open() function of
this sub form is called, but not Report_Activate() function.
I need the Report_Activate() event because in Report_Open() I can't use this:
Dim objChart As Object
Set objChart = Me!MyChart.Object
I can use this in Report_Activate().
Anybody an solution for this?
Using access 2003.
I wrote a Report_Activate() event function to set some specific values for a
chart in a report.
When I open this report is works fine.
When I include this report into an other report (as a sub-report) this event
function is never called.
I see when I add some msgbox statements that the Report_Open() function of
this sub form is called, but not Report_Activate() function.
I need the Report_Activate() event because in Report_Open() I can't use this:
Dim objChart As Object
Set objChart = Me!MyChart.Object
I can use this in Report_Activate().
Anybody an solution for this?