Charlie,
I let the lingering .$$$ stay until the next login.
My DAT file has
SET ERROR MESSAGES 2077 OFF
SET ERROR MESSAGES 2262 OFF
SET ERROR MESSAGES 2926 OFF
ERASE *.$$$
SET ERROR MESSAGES 2077 ON
SET ERROR MESSAGES 2262 ON
SET ERROR MESSAGES 2926 ON
Jan
----- Original Message -----
From: Charles Parks
To: RBASE-L Mailing List
Sent: Thursday, February 28, 2008 10:27 AM
Subject: [RBASE-L] - Timeout ERASE *.$$$
Would something like this be legal within a timeout application?
SET ERROR MESSAGES 2077 OFF
SET ERROR MESSAGES 2262 OFF
ERASE *.$$$
SET ERROR MESSAGES 2077 ON
SET ERROR MESSAGES 2262 ON
RETURN
If I have that active and the application times out then I get an error. If
the Erase *.$$$ command is remmed out then the error doesn't happen.
If this isn't permitted within a timeout then how do others handle the issue
of lingering .$$$ files?
Thanks,
Charlie