Hello,
I want to display Page Number of Main Report in Subreport.
I tried to use Shared Variable in this way
In main report, I created a formula called "PageNum"
Shared NumberVar PageNum
PageNum:= PageNumber
and in subreport, I'm calling it by
Shared NumberVar Pagenum
However, what it does is it copies the whole formula,
so it prints the page of subreport rather than main report.
Please help!
I want to display Page Number of Main Report in Subreport.
I tried to use Shared Variable in this way
In main report, I created a formula called "PageNum"
Shared NumberVar PageNum
PageNum:= PageNumber
and in subreport, I'm calling it by
Shared NumberVar Pagenum
However, what it does is it copies the whole formula,
so it prints the page of subreport rather than main report.
Please help!