Possible Bug with Date Variable?
I have a variable I'm passing from Delphi to a report via the frxReport.Variables method. It's used in my report title in a memo field thus: [StartDate] with a format of dd/mm/yy.
If I look at the variable from within the designer it looks ok (Report/Variables). The first time I preview the report it comes out OK but subsequent times it comes out effectively as a zero date (31/12/1899).
This happens when going directly to preview or exporting a report also.
Other variables I use don't have this problem. Just this date one.
Any ideas?
Thanks
Mark
If I look at the variable from within the designer it looks ok (Report/Variables). The first time I preview the report it comes out OK but subsequent times it comes out effectively as a zero date (31/12/1899).
This happens when going directly to preview or exporting a report also.
Other variables I use don't have this problem. Just this date one.
Any ideas?
Thanks
Mark
Comments
1) setup variables each time before run a report
2) use frxGlobalVariables
Is there any info on this frxGlobalVariables?
Thanks
Mark
Mark