Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tableupdate() - Line is too long
Message
De
30/01/2007 09:12:08
 
 
À
30/01/2007 09:01:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01190435
Message ID:
01190439
Vues:
17
>>I have a local view. This local view return 1 record for Where clause. Buffering is 3
>>I make nearly next in my app
>>Select(MasterCursor)
>>SCATTER NAME loData MEMO
>>SELECT(LocalViewCursor)
>>GATHER NAME loData MEMO
>>TABLEUPDATE(0,.T.,LocalViewCursor)
>>
>>The tableupdate return .f. and error message is "String is too long"

>
>
>Are you trying to put text longer than the width of the field?

Ok.. also one,
LocalViewCursor contains 1 record..

SELECT(LocalViewCursor)
SCATTER NAME loData MEMO
GATHER NAME loData MEMO
TableUpdate(0,.t.,LocalViewCursor)

I have a same problem
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform