T
Tony
how do I supress the decompile msgbox
the one that says
the code has been converted to the current version of VB
I've got a commandline batch routine that will open the
database, decompile the code, compile the code, and
compact the db
this is hopefully going to be run once a month (after
hours) using the windows scheduler
routine looks like:
"\\Bshnt1\apps\winapps\office97
\Office\msaccess.exe" "p:\building\mph_fee\Fee_Predictions.
mdb" /decompile /x CompileMod
where CompileMod is a module to compile and compact the db
problem is I don't want user interaction
at the moment, the user needs to click ok on the decompile
msg before the module is run
(which is stupid seeing as this is meant to happen when no-
one's around)
cheers peeps.
Tony
the one that says
the code has been converted to the current version of VB
I've got a commandline batch routine that will open the
database, decompile the code, compile the code, and
compact the db
this is hopefully going to be run once a month (after
hours) using the windows scheduler
routine looks like:
"\\Bshnt1\apps\winapps\office97
\Office\msaccess.exe" "p:\building\mph_fee\Fee_Predictions.
mdb" /decompile /x CompileMod
where CompileMod is a module to compile and compact the db
problem is I don't want user interaction
at the moment, the user needs to click ok on the decompile
msg before the module is run
(which is stupid seeing as this is meant to happen when no-
one's around)
cheers peeps.
Tony