Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor adaptor - string is too long to fit .. in a memo
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00852723
Message ID:
00852787
Views:
8
Look: forgetting the limited example you're showing, you are probably in one of two situations...

1) List is a native cursor in which case there isn't any reason why the original column in the cursor can't be M rather than C as Peter showed you

2) List comes from somewhere else, a query from some external source, in which case you can do something like the following to ensure the correct results:

DBSETPROP('List.a','FIELD','DataType','M')

or

CURSORSETPROP("UseMemoSize",1)

... right? What am I missing?

>L<
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform