G
Guest
Can someone explain this behaviour?
I have a subreport that is based on a crosstab query. I've used code to
create the subreport.
Works perfectly...that is, all codes are executed in the "Report" events,
and the subreport shows data.
The problem arises when I include Query parameters (a date range) in the
Crosstab query. For some reason, the only codes that are executed are codes
in the Report_Open() event then immedietly goes to the Report_Close() event.
Why are all the other events (Detail_Format or Detail_Print) skipped?
I have a subreport that is based on a crosstab query. I've used code to
create the subreport.
Works perfectly...that is, all codes are executed in the "Report" events,
and the subreport shows data.
The problem arises when I include Query parameters (a date range) in the
Crosstab query. For some reason, the only codes that are executed are codes
in the Report_Open() event then immedietly goes to the Report_Close() event.
Why are all the other events (Detail_Format or Detail_Print) skipped?