FIX: Incorrect Output from ?? AT with FUNCTION V Clause

ID: Q87707

2.00 MS-DOS kbprg kbfixlist kbbuglist

The information in this article applies to:

SYMPTOMS

The ?? AT command with a FUNCTION V clause produces incorrect output.

CAUSE

The _LMARGIN and _PLOFFSET memory variables are set to zero.

STATUS

Microsoft 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 INFORMATION

The 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 KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: Solution Type : kbfix

Last Reviewed: October 14, 1997