I have the following code:
SELECT tskhist
=AFIELDS(tskarray)
GO TOP
CREATE CURSOR tskcursor FROM ARRAY tskarray
SELECT tskcursor
APPEND FROM tskhist FOR NOT DELETED()
I'm getting error #1 "File tskhist does not exist" on the APPEND FROM statement. I can't figure out how this can happen. Any ideas? Thanks!!
Jim
SELECT tskhist
=AFIELDS(tskarray)
GO TOP
CREATE CURSOR tskcursor FROM ARRAY tskarray
SELECT tskcursor
APPEND FROM tskhist FOR NOT DELETED()
I'm getting error #1 "File tskhist does not exist" on the APPEND FROM statement. I can't figure out how this can happen. Any ideas? Thanks!!
Jim