Hi
Which way is better ? Or are they the same...
And it's inside a Begin Transaction ... End Transaction.
1. select inventory
nChanged = getnextmodified(0)
do while nChanged<>0
go nChanged
------
------
replace qtddisp with ----
-------
tableupdate(0,.t.)
nChanged = getnextmodified(0)
enddo
2. select inventory
nChanged = getnextmodified(0)
do while nChanged<>0
go nChanged
------
------
replace qtddisp with ---
-------
nChanged = getnextmodified(0)
enddo
tableupdate(1,.t.)
TIA, Eurico.
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.