Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate() - Line is too long
Message
From
30/01/2007 09:12:08
 
 
To
30/01/2007 09:01:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01190435
Message ID:
01190439
Views:
16
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform