Subject Overwrite Memory File
From Norman Snowden <duluth@msn.com>
Date Sat, 17 Feb 2018 12:00:21 -0500
Newsgroups dbase.getting-started

I  wrote a second version of program which is similar to the first. Both programs use a memory file called plot.mem. At the end of each program  the code line includes : Save all to plot.mem to save data to be used on a commonly used Form called Plot.wfm.  
When I run the second Form I get the message: Plot.mem already exists. Overwrite? Yes or No. The answer is always Yes because new data may have been generated.
However, I have found that if the first program is loaded without even being Run and then  closed out, when the second program is Run I do not get the message
How can I avoid this message when I Run the second program independently?
Thanks to anyone,
Norman Snowden