PRB: "Data type mismatch" Error When Running a FormID: Q138504 The information in this article applies to:
SYMPTOMSOne of the following error messages appears when running a form:
CAUSEThe memory variable created by the ControlSource property of one or more objects on the form is the same as the memory variable that refers to the form.
RESOLUTIONEither rename the form, or change the ControlSource value to something other than the name of the form.
STATUSThis behavior is by design.
MORE INFORMATIONAll memory variables must be unique. When a form is run, a memory variable is created that has the same name as the form. When the ControlSource of an object evaluates to a memory variable, Visual FoxPro attempts to create a memory variable. Because a memory variable of the same name already exists, Visual FoxPro produces the error.
Steps to Reproduce Behavior1. Create a form called myform. 2. Add a combo box. 3. Set the ControlSource property of the combo box to myform. 4. Run the form. Additional reference words: 3.00 VFoxWin KBCategory: kbprg kbprb KBSubcategory: FxotherGeneral |
Last Reviewed: October 25, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |