PRB: Using Date Function Code in @...GET Does Not WorkLast reviewed: January 10, 1997Article ID: Q156639 |
The information in this article applies to:
SYMPTOMSIn Visual FoxPro 3.0, you are allowed to use the Date function code ("D") in the @...GET statement to input a date. However, in Visual FoxPro 5.0, the Date function code is not working any longer.
STATUSThis behavior is by design.
MORE INFORMATIONSteps to Reproduce Problem Execute the following program:
dDate = DATE() @ 1,1 GET dDate PICTURE "D" READNOTE: The date will show up in a GET field, but you are only allowed to type in the first character in the date field. If you try to type in the second character, you will receive an "Invalid Date" error.
|
KBCategory: kbprg kbui kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |