This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C54CB6.42EE9CE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

All,

I've been pulling my hair out over this! I have one report that =
displays 4-digit year while another only displays two. I've fiddled =
with VFP default date settings and still won't display 4-digit century.

Suggestions please.

Thanks
------=_NextPart_000_0006_01C54CB6.42EE9CE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2604" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DVerdana size=3D2>All,</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>I've been pulling my hair out over =
this!&nbsp; I=20
have one report that displays 4-digit year while another only displays=20
two.&nbsp; I've fiddled with VFP default date settings and still won't =
display=20
4-digit century.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Suggestions please.</FONT></DIV>
<DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DVerdana size=3D2>Thanks</FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01C54CB6.42EE9CE0--

Re: VFP 9: report not displaying 4-digit century by Dan

Dan
Fri Apr 29 14:35:22 CDT 2005

There are two entirely different reporting systems in VFP9. What is your
REPORTBEHAVIOR setting?

Dan

Pete Bronson wrote:
> All,
>
> I've been pulling my hair out over this! I have one report that
> displays 4-digit year while another only displays two. I've fiddled
> with VFP default date settings and still won't display 4-digit
> century.
>
> Suggestions please.
>
> Thanks



Re: VFP 9: report not displaying 4-digit century by Pete

Pete
Mon May 02 18:08:02 CDT 2005

I suppose it's default 80, as I have not set the value in conjunction with
REPORT FORM.



Re: VFP 9: report not displaying 4-digit century by Dan

Dan
Mon May 02 18:52:50 CDT 2005

Yes, that's the default.

It sounds like one has a private datasession and the other doesn't. SET
CENTURY OFF would cause this behavior, and it's scoped to the data session
just like SET TALK. In the init of the DataEnvironment SET CENTURY ON.

Dan


Pete Bronson wrote:
> I suppose it's default 80, as I have not set the value in conjunction
> with REPORT FORM.