Also, you cannot reliably test ERRORCODE() after the ABC FileManager
methods. All accesses should be coded like this:
IF Access:DlySales.Fetch(DLY:MyKey) = Level:Benign
! got the record
ELSE
! did not get it
END
Same with .Insert() and .Update().
Also, you cannot reliably test ERRORCODE() after the ABC FileManager
methods. All accesses should be coded like this:
IF Access:DlySales.Fetch(DLY:MyKey) = Level:Benign
! got the record
ELSE
! did not get it
END
Same with .Insert() and .Update().