FIX: Incorrect Output from ?? AT with FUNCTION V ClauseLast reviewed: October 14, 1997Article ID: Q87707 |
2.00
MS-DOS
kbprg kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSThe ?? AT command with a FUNCTION V clause produces incorrect output.
CAUSEThe _LMARGIN and _PLOFFSET memory variables are set to zero.
STATUSMicrosoft has confirmed this to be a problem in Microsoft FoxPro version 2.0 for MS-DOS. This problem was corrected in Microsoft FoxPro version 2.0 for MS-DOS released March 25, 1992.
MORE INFORMATIONThe following code demonstrates this problem:
@ 1,10 SAY 'this starts at 1,10' ? ? '0123456789|123456789|123456789|' ? 'hello ' ??'there, this has AT 10 FUNCTION V10' AT 10 FUNCTION 'V10' |
Additional reference words: FoxDos buglist2.00 fixlist2.00 2.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |