Help Appreciated! My subreport has date parameters in the page header. I would like to print that date parameter in the page header of the main report.
I tried a shared variable to no avail
Sub:
whileprintingrecords;
shared datevar x:={?end_date};
Main:
whileprintingrecords;
share datevar x:
x = x;
The main report prints true.
I tried a shared variable to no avail
Sub:
whileprintingrecords;
shared datevar x:={?end_date};
Main:
whileprintingrecords;
share datevar x:
x = x;
The main report prints true.