How can I change the date setting into SET DATE ANSI and CENTURY ON in the
VFP report. In my grid the date is displaying 2008.09.09 but when I print
this data in using Report command, I got american date in the printout.
Giving SET DATE ANSI and SET CENTURY ON in the form.init is not affecting
the result of the report printing.
It must be somewhere in the report where I can change the date setting.
Any assistance is highly appreciated.
Thanks.
Patrick Tura
Mike Gagnon - 15 Sep 2008 10:41 GMT
In the init of the dataenvironment of the report, use the same SET(s)
> How can I change the date setting into SET DATE ANSI and CENTURY ON in the
> VFP report. In my grid the date is displaying 2008.09.09 but when I print
[quoted text clipped - 9 lines]
>
> Patrick Tura