starbase59
MIS
How do I set a parameter, within a Command, equal to a shared variable...or can I at all?
Main report has field called SettleDate.
Formula is: shared DateTimeVar ParamSettleDate:= tblW.SettleDate;
The subreport, which is a command, the formula is:
WhilePrintingRecords;
shared DateTimeVar ParamSettleDate
So I want to create a record selection, in the subreport, such that my parameter, ?ParamSettleDate = shared DateTimeVar ParamSettleDate
Main report has field called SettleDate.
Formula is: shared DateTimeVar ParamSettleDate:= tblW.SettleDate;
The subreport, which is a command, the formula is:
WhilePrintingRecords;
shared DateTimeVar ParamSettleDate
So I want to create a record selection, in the subreport, such that my parameter, ?ParamSettleDate = shared DateTimeVar ParamSettleDate