B
Bill
I have a large application wherein I'd like to
run one of its functions as a batch job. The
application currently runs the AutoExec
macro wherein it determines a best fit screen
resolution before launching the opening form.
I had in mind that I could include a /x macname
on the invoking command line whenever I
wanted to run one of the application's functions
as a single task, but that doesn't seem to work,
leaving me to believe that if an AutoExec macro
exists that it will be executed no matter what
is on the command line.
The /x macname only has a Runcode command
that invokes a public function that "taps" into one
of the applications functionality.
I was using a modified desktop shortcut like:
"c:\myfolder\myapplication.mdb" "/x macname"
Do I have the correct understanding here?
Bill
run one of its functions as a batch job. The
application currently runs the AutoExec
macro wherein it determines a best fit screen
resolution before launching the opening form.
I had in mind that I could include a /x macname
on the invoking command line whenever I
wanted to run one of the application's functions
as a single task, but that doesn't seem to work,
leaving me to believe that if an AutoExec macro
exists that it will be executed no matter what
is on the command line.
The /x macname only has a Runcode command
that invokes a public function that "taps" into one
of the applications functionality.
I was using a modified desktop shortcut like:
"c:\myfolder\myapplication.mdb" "/x macname"
Do I have the correct understanding here?
Bill