Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 1736 on new editbox
Message
From
18/03/2016 15:50:52
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01633174
Message ID:
01633374
Views:
59
I don't think your TYPE check is correct. There is no 'M' for types. You better check for not being 'U' (undefined).

If you read the VFP help file, you will see that there is an 'M' type. This is from that topic:

Return value Data type
A Array (only returned when the optional 1 parameter is included)
C Character, Varchar, Varchar (Binary)
If the optional 1 parameter is included, a return value of C indicates that the data type is a collection.
D Date
G General
L Logical
M Memo
N Numeric, Float, Double, or Integer
O Object
Q Varbinary
S Screen
Note
The Screen type is created when using the SAVE SCREEN command. For more information, see SAVE SCREEN Command.
T DateTime
U Undefined type of expression or cannot evaluate expression.
If the optional 1 parameter is included, a return value of U indicates that the data type is not an array.
W Blob
Y Currency
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform