I run a screen where I need a temporary DBF file ,I create this file during the run of the screen by :
CREATE dbf &user (prdcat c(15), amount n(4), supdat d(8), prcperun n(10))
In some stage of the program I don't need anymore this file & I delete it by :
delete file &user.dbf
for some reason I don't receive any error massage , the file was not deleted , he is still there & I can't find out what's the problem , why is the file not being deleted.
Thank's
CREATE dbf &user (prdcat c(15), amount n(4), supdat d(8), prcperun n(10))
In some stage of the program I don't need anymore this file & I delete it by :
delete file &user.dbf
for some reason I don't receive any error massage , the file was not deleted , he is still there & I can't find out what's the problem , why is the file not being deleted.
Thank's