[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re[2]: Deleting a file created by an sqr.



     Thanks for all the responses. I should have looked up my sqr language
     reference before jumping on the user's list for a solution.

     When I try to delete the file created after closing it,I get a file
     #status of either 2 or 13. I am running the sqr on the client and my
     operating system is Win NT.

     Anybody knows what the  #status of 2 or 13 mean??

     Thanks again,
     sunil.


______________________________ Reply Separator _________________________________
Subject: Re: Deleting a file created by an sqr.
Author:  <SQR-USERS@LIST.IEX.NET > at IPNET
Date:    10/4/99 4:36 PM


Sunil,

In addition to the suggestions by John and Manning, remember that if you
created the file in current sqr (or sqc called in current instance of
program), you need to close that file to do file operations (move, delete,
rename, etc.).

Bob

-----Original Message-----
From: Sunil Kanderi
[mailto:sunil_kanderi_at_doit-mail4@CCMAIL.ADP.WISC.EDU]
Sent: Monday, October 04, 1999 5:26 PM
To: Multiple recipients of list SQR-USERS
Subject: Deleting a file created by an sqr.


     Is there a way to delete a file that was created by the sqr from
     within the sqr. If so please let me know the syntax.

     Thanks,
     sunil.