I am using the following inorder to get dataset fields into my header:
=First(ReportItems("EmpName").Value)
The data is returned when I run the report and I can see the values when a
client runs it to their screen. But when I go to print or print-preview the
data in the header is not there (all the data in the report is ok).
--
Systems AnalystTry =ReportItems!EmpName.Value
"schmidtkaren" wrote:
> I am using the following inorder to get dataset fields into my header:
> =First(ReportItems("EmpName").Value)
> The data is returned when I run the report and I can see the values when a
> client runs it to their screen. But when I go to print or print-preview the
> data in the header is not there (all the data in the report is ok).
> --
> Systems Analyst
No comments:
Post a Comment