jesylv
MIS
- Jul 1, 2001
- 135
I have a small stub program (EXE) that runs on workstations and checks if newer versions of APP files are available on a commun network directory. If it is the case, the stub program copies the newer versions on the workstation and launches the main App file with:
DO MainApp.App
This App sets up the Main Menu and the Read Events.
When I run this App on a WorkStation via my stub program I get Messages saying that MyForm.scx or Myclass.vcx are missing. Theses files are included in the project so they are in fact in the APP. (When run this app from VFP everything works fine)
Anyone have any ideas on this one?
Jean
DO MainApp.App
This App sets up the Main Menu and the Read Events.
When I run this App on a WorkStation via my stub program I get Messages saying that MyForm.scx or Myclass.vcx are missing. Theses files are included in the project so they are in fact in the APP. (When run this app from VFP everything works fine)
Anyone have any ideas on this one?
Jean