FIX: GridBuilder Gives Data Type Error After Fields Rearranged
Article ID: 136281
Article Last Modified on 9/30/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
This article was previously published under Q136281
SYMPTOMS
The "Data Type Mismatch" error message appears when the form starts.
CAUSE
The Grid Builder leaves the original control as the column's CurrentControl
property even though the CurrentControl has changed.
WORKAROUND
Enter the correct CurrentControl manually or through the Grid Builder. Then
delete the incorrect control along with the text box from the column.
STATUS
Microsoft 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.
In Visual FoxPro 5.0, if the order of the fields is changed in step 1, then
the choices for Control Type in step 3 are set back to the default of a
text box.
Keywords: kbbug kbfix kbvfp500fix KB136281