PRB: "Data type mismatch" Error When Running a FormLast reviewed: October 25, 1995Article ID: 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 Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |