FIX: Data Type Is Invalid for This Property Error Message (139387)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
This article was previously published under Q139387 SYMPTOMS
Modifying or running a form created by the Form Wizard results in this
error message:
Error loading file - Value - record number x. Data type is invalid for
this property.
CAUSE
This problem occurs if the first record contains numbers in a character
field.
WORKAROUND
Modify the .scx file by using it as a table, and put quotation marks around
the Value property.
- Type each of the following commands in the Command window:
USE test.scx
GOTO 6
BROWSE
- Double-click the Properties Memo field.
- Put quotation marks around the value specified after Value =.
- In the Command window, type:
- Modify or Run the Form.
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.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kbbug kberrmsg kbfix KB139387 |
---|
|