Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From and Buffer
Message
From
05/12/2002 11:29:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Append From and Buffer
Miscellaneous
Thread ID:
00729923
Message ID:
00729923
Views:
43
Hi

I don´t understand this :
Select LinhaFac
GO TOP

APPEND FROM TmpLinFac && this is one cursor 

UPDATE LinhaFac SET Data = dDataDoc WHERE LinhaFac.NumDoc = nNumDoc

WAIT WINDOW Str(_tally)  && results 0
but if i make this
Select LinhaFac
GO TOP

APPEND FROM TmpLinFac && this is one cursor 

lGravouBem = tableupdate(1,.T. , "LinhaFac" )

UPDATE LinhaFac SET Data = dDataDoc WHERE LinhaFac.NumDoc = nNumDoc

WAIT WINDOW Str(_tally)  && results 5
Table LinhaFac have Buffer = 5 , and i use VFP 6 SP5 .

Can you help me ?

Thanks


Pedro Silva

world is wonderful with your help .

Next
Reply
Map
View

Click here to load this message in the networking platform