Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorSetProp
Message
De
21/12/2005 09:14:52
 
 
À
19/12/2005 13:14:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01079139
Message ID:
01079843
Vues:
12
There's still a limit imposed on the length of the string, for example:

=CursorSetProp('UpdateNameList', lcFieldString, 'MyTable')

If lcFieldString is greater than 255 characters then this command will not work correctly, i.e. the table fields will not update. If lcFieldString is less than 255 characters the table fields update correctly. In neither of these instances will VFP return an error.

If I use substitution to replace lcFieldString, i.e.:

=CursorSetProp('UpdateNameList', &lcFieldString, lcParam1)

VFP returns an error saying "Contains unrecognised keyword/phrase"

Regards
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform