BUG: @...GET Does Not Display the Complete Century Date (191683)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q191683 SYMPTOMS
After issuing a SET CENTURY OFF command, a year of 2000 or greater appears
truncated when displayed with @...GET command.
CAUSE
The @...GET command displays the entire date regardless of the value of SET
CENTURY. This ensures that the current date value appears regardless of
the century.
RESOLUTION
Add a SIZE clause to the @...GET command. For instance, change the code in
the More Information section to read as follows:
@ 1,1 GET dDate FONT "arial" SIZE 1,10
@ 3,1 GET dDate FONT "courier new" SIZE 1,10
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbBug kbXBase KB191683 |
---|
|