I develop applications for my company and then load them onto other people's machines.
As strange as this sounds when I load the applications on my on machine I get an error message when I try to run it.
Cannot locate the Microsoft Visual FoxPro supply library.
I added this to my program but the programs ignores it.
ON ERROR DO myopenerror
use homesv in a
ON ERROR
procedure myopenerror
? "Ran this"
endproc
The homesv table does not exist.
The program defaults to the application error handler.
(Got this information from the debugger.)
Why...
A new software was loaded by our company that uses FoxPro.
Their system loaded a config.fpw to the C:\WINDOWS\SYSTEM directory. I renamed that file and my default settings returned. However when I build the .exe as I always have it loads as before but when you try to run it I get the...
I created an application is for viewing reports only.
It works fine until I loaded it onto a computer that has Windows Millennium. When I run the report it crashes out of FoxPro. Is there a fix for this ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.