Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strange error

SitesMasstec

Programmer
Joined
Sep 26, 2010
Messages
575
Location
Brasil
Dear colleagues:

Sometimes I got an error when running VFP programs, in the development environment.

When this happens I write these lines in the command window:
Code:
CANCEL
CLOSE DATABESES
CLEAR ALL
SET VIEW TO VFPlimpo    && The first time I opened VFP, I write the command CREATE VIEW VFPlimpo

After the above commands, I make corrections in the program I was running, and run it again.
Sometimes and error appear (just sometimes):
Readint.prg doesn't exist.
and if I ignore the error, I got Writeint.prg doesn't exist.
When this occur, I have to close VFP through Windows Task Manager, and initiate VFP again.

Please note that Readint.prg and Writeint.prg are programs I have never saved.

Thank you.
 

Part and Inventory Search

Sponsor

Back
Top