SitesMasstec
Programmer
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:
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.
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.