At 01:27 PM 2/28/2008, Charles Parks wrote:

If this isn't permitted within a timeout then how
do others handle the issue of lingering .$$$ files?

Charlie,

Here's a house keeping tip:

SET ERROR MESSAGE 2262 OFF
SET ERROR MESSAGE 2263 OFF
SET ERROR MESSAGE 2926 OFF
DELETE driveandfoldername\*.$$$
SET ERROR MESSAGE 2926 ON
SET ERROR MESSAGE 2263 ON
SET ERROR MESSAGE 2262 ON

Use this code as application startup .DAT file or
"On Close EEP" in a Menu Driven Form Application.

You may also use the same code in External Forms.

Very Best R:egards,

Razzak.


Reply via email to