G
Guest
I've designed an updating application to deliver object updates to clients
using my databases. The application gets launched it does the following:
Verifies file locations
Verifies version numbers
Backs up client master / back end containers
Pushes modified objects to client master
Modifies tables in backend
Launches action queries if necessary.
The only thing I'm having trouble doing is compiling the modules in the
client master. When you add new modules / forms / etc. it leaves the DB in an
uncompiled state. I've got a routine in the open event of the main form that
checks for the iscompiled flag.
If currentdb.iscompiled = false
runcommand accmdcompileallmodules
endif
Unfortunately, this is causing problems on some machines....
Does anyone know a way to force a compile on a remote DB and set compile
options for 2K?
Thanks in advance.
bnielsen
using my databases. The application gets launched it does the following:
Verifies file locations
Verifies version numbers
Backs up client master / back end containers
Pushes modified objects to client master
Modifies tables in backend
Launches action queries if necessary.
The only thing I'm having trouble doing is compiling the modules in the
client master. When you add new modules / forms / etc. it leaves the DB in an
uncompiled state. I've got a routine in the open event of the main form that
checks for the iscompiled flag.
If currentdb.iscompiled = false
runcommand accmdcompileallmodules
endif
Unfortunately, this is causing problems on some machines....
Does anyone know a way to force a compile on a remote DB and set compile
options for 2K?
Thanks in advance.
bnielsen