Microsoft KB Archive/110350

From BetaArchive Wiki

FIX: First Record Duplicated Throughout Maximized Browse

ID: Q110350

2.50 WINDOWS kbprg kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft FoxPro for Windows, version 2.5

SYMPTOMS

The first record is duplicated throughout a maximized Browse window after you open a second Browse window and the View window.

STATUS

Microsoft has confirmed this to be a problem in FoxPro 2.5 for Windows. This problem was corrected in FoxPro 2.5a for Windows.

MORE INFORMATION

Steps to Reproduce Problem

1. Assuming FoxPro is installed in a directory named FOXPROW on drive C,

   issue the following code in the Command window:

      SET DEFAULT TO C:\FOXPROW\TUTORIAL
      SELECT 1
      USE customer
      BROWSE

2. From the Window menu, choose Command. In the Command window, issue the

   following code:

      SELECT 2
      USE invoices
      BROWSE

3. Maximize the Invoices Browse window. 4. From the Window menu, choose View.

5. Click in the Invoices Browse window to bring it to the foreground.

6. Close the Invoices Browse window.

Note that the first record in the Customer Browse window is displayed multiple times throughout the entire window.

To properly refresh the Browse window, select the Customer Browse window.

NOTE: Both databases must contain enough records to completely fill their Browse windows when maximized.

Additional reference words: FoxWin 2.50 buglist2.50 fixlist2.50a 1st repeatedly identical same duplicate copy KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: FxprgBrowse Solution Type : kbfix


Last Reviewed: October 20, 1997
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.