FIX: Error Message "Variable is Not Found" When Running FormLast reviewed: February 20, 1997Article ID: Q150596 |
The information in this article applies to:
SYMPTOMSWhen you run a form with a grid on it, the error message "Variable Is Not Found" appears. If you click OK, the form is displayed but the grid is empty. If you close the form and run it again, the error is not displayed. However, the grid is still empty.
CAUSEThe ControlSource property of the grid columns is set to a table field that is not open.
WORKAROUNDOpen the table before running the form or add the table to the DataEnvironment of the form.
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.0 for Windows.
MORE INFORMATIONThis behavior occurs because the grid columns have a ControlSource set to a field that cannot be found because the table has not been opened.
Steps to Reproduce Problem
|
KBCategory: kbprg kberrmsg kbbuglist kbfixlist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |