I have two Dates that im sharing between reports:
@SharedFromDate
Whileprintingrecords;
Shared DateVar FDate := {@FROMDATE}
@SharedToDate
Whileprintingrecords;
Shared DateVar TDate := {@TODATE}
but when ruuning the report, the main reports has an error message for the SharedFromDate is "A Date is required here".:
@SharedFromDate
Whileprintingrecords;
Shared DateVar FDate := {@FROMDATE}
@SharedToDate
Whileprintingrecords;
Shared DateVar TDate := {@TODATE}
but when ruuning the report, the main reports has an error message for the SharedFromDate is "A Date is required here".: