Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passthru CURSORSETPROP and UPDATEFIELDLIST
Message
From
18/06/2003 16:40:23
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00801391
Message ID:
00801440
Views:
28
>Hi Aleksey,
>
>I'm able to build strings longer than 255. The problem is that the actual command CURSORSETPROP doesn't seem to like strings longer than around 300 for some reason as far as I can tell. So if this a limitation then maybe there's a workaround. But I have a feeling that maybe I'm doing something wrong, I'm sure a lot of people update tables with fields much higher than 21.

Roy,

I am saying that the following code is not going to work:
CURSORSETPROP('UpdatableFieldList','<more than 255 characters>')
However, the following code should work:
CURSORSETPROP('UpdatableFieldList','< <=255 characters>'+'< <=255 characters>'+...)
Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform