PRB: "Data type mismatch" Error When Running a Form
Article ID: 138504
Article Last Modified on 2/11/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q138504
SYMPTOMS
One of the following error messages appears when running a form:
- Data type mismatch.
-or-
- Error loading file - ControlSource - record number #. Data type is
invalid for this property.
CAUSE
The 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.
RESOLUTION
Either rename the form, or change the ControlSource value to something
other than the name of the form.
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: KB138504