Thanks
That´s the problem. I'm doing some replace before. But this time the previous replace change the row after the current row in the table. Tha?s why it set to other row.
If I use this in transaction:
local IDT1
select "table1"
Replace Price with 1
IDT1 = table1.Id
tebaleupdate(.T.)
Select "Table2"
go top
locate for Table2.IdT1 = Table1.id
replace SumPrice with Sumprice + Table1.Price
After tableupdate Table1 change current row. IDT1 = 5 and table1.id = 6.
I...
Hi,
I have on question. I have VFP6.
I use this code. After function tableupdate() selected table change row. I used debag and watch window. I used Buffering mode 5
select "table1"
Replace Price with 1
tebaleupdate(.T.)
Why it happends?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.