Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passthru CURSORSETPROP and UPDATEFIELDLIST
Message
De
18/06/2003 16:40:23
 
 
À
18/06/2003 15:51:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00801391
Message ID:
00801440
Vues:
29
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform