FIX: Forms Collection Exposes Memo and General WindowsID: Q161187 The information in this article applies to:
SYMPTOMSThe Count property of the Forms collection incorrectly sees open memo and general edit windows as members of the Forms collection. The Forms collection is a property of the _VFP system variable.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0a.
MORE INFORMATIONAccording to the Help topic on the _VFP system variable, the Forms property is:
Therefore, the open memo and general field edit windows should not appear
to this property as members of the forms collection. The example below
illustrates this behavior.
Steps to Reproduce Problem 1. Open the Employee table located in the \Samples\data folder. 2. Browse the table and double-click on the Photo and Notes fields to open 3. Type the following command in the Command window:
|
Last Reviewed: November 1, 1997 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |