I did some ore investigating. Here is what I found..
I copied a task from a 7.7.7 server to a 8.0 server.
I ran the report and I get bad dates evaluated from the parameters, but not the export filename.
This was the case as well when I first discovered the issue.
The date is correct in the filename. I get 17 in the filename using the DATENOWADD, which is the same in the parameter.
This works in 8.0 for filename: C:\ALL-billing_report_{DATENOWADD(Days|{JOB(Active|Variable|StartDateOffset)}|dd)}.pdf
The parameter does not, so there is something wrong in the code for Crystal report parameters.
This does not work from the same task:
{DATENOWADD(Days|{JOB(Active|Variable|StartDateOffset)}|MM/dd/yyyy)}
{DATENOWADD(Days|{JOB(Active|Variable|EndDateOffset)}|MM/dd/yyyy)}
StartDateOffset = -1
EndDateOffset = 0
Here are the dates from inside the exported PDF file after running the report:
Start Date
12/30/1899
End Date
12/30/1899
Notice that the dates were not evaluated correctly or at all..
One is supposed to be one less than the other and they are equal.
I will not be able to upgrade until this issue has been resolved.
Thanks
Edited by user
2015-12-18T20:33:42Z
|
Reason: Not specified