113983
Programmer
- Jul 28, 2008
- 26
WE have a large VFP9 application (menu driven) where users may run a number of exes at any time and in any order. Occasionally we will get a file not found error in one of the exes (usually a prg or scx). We check the project and the file is part of the project. We exit the system, come back in and run the offending exe and now we don't get the error. Has anyone else had symptoms like this where it appears if you run enough exes that some items get dropped from the stack or memory? We even created a logging program so that we could trace what combination of running the programs would cause the error. This was successful but still did not explain why the file not found error was occurring when the 'not found' file was part of the exe being called.