FIX: MOVE WINDOW Command Causes Incorrect Behavior

ID: Q88631

2.00 MS-DOS kbprg kbfixlist kbbuglist

The information in this article applies to:

SYMPTOMS

In Microsoft FoxPro version 2.0, the MOVE WINDOW command to move a child window negatively beyond the bounds of the parent window, caused incorrect behavior.

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 dated March 25, 1992.

MORE INFORMATION

The MOVE WINDOW command moves a window to a new location. The syntax for this command is:

   MOVE WINDOW <window name> TO <row> , <col> | BY <expN1>, <expN2>

The first numeric expression in the BY clause <expN1> specifies the number of rows to move the window. If <expN1> is negative, the window moves up. The second numeric expression <expN2> specifies the number of columns to move the window. If <expN2 is negative, the window is moved to the left.

Additional reference words: FoxDos buglist2.00 fixlist2.00 2.00 KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: Solution Type : kbfix

Last Reviewed: October 14, 1997