Code:
SELECT CI_QTY
INDEX on nStylecode TAG Stylecode
SELECT CI_QTY
INDEX on Style TAG Styles
SELECT CI_QTY
INDEX on cLotName TAG cLotName
SELECT _DelDtl
SCAN
IF CI_QTY.nCiQty <>_DelDtl.nCiQty then
SELECT CI_QTY
SEEK _DelDtl.nStylecode
SELECT CI_QTY
SEEK _DelDtl.Style
SELECT CI_QTY
SEEK _DelDtl.cLotName
SELECT _DelDtl
replace nCiQty WITH CI_QTY.nCiQty
ENDIF
ENDSCAN
When I run my code it shows an error as ".temp is read only." How can I fix this?
Thank You