The foxpro will display a error list of what item the cause this error message. You narrow down to which cause this problem. Once you identied it. Example MyForm.scx is the one who cause the problem. Try
Use MyForm.scx
Pack
Re-complied the project.
Instead of using data environment. You can can manualy call up the database and table before starting of the form.
Example call the database in the Load or Init Method.
Did you check your program code that you mistype command started with ! or RUN. Foxpro will execute this as DOS command.
A window screen with blank screen will popup then disappear.
#-)
For the active-x to work in another PC. You have to install these active-x and register these active-x to the registry.
Run the below command line
C:\WINDOWS\SYSTEM\REGSVR32.EXE [Active-X file]
example:
C:\WINDOWS\SYSTEM\REGSVR32.EXE c:\windows\system\mscomctl.ocx
B-)
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.