C
Chuck
Not sure what newsgroup to put this in. We use FrontPage to develop our
intranet where I work. On certain pages, we use links to start Access
programs written for certain things... exams, certifications, etc. I can
double-click on the MDB file on the share drive that it is saved on and it
launches the program. When the same file is added to FrontPage, the
hyperlink to the file prompts the user to open/save the file, and not treat
it as an executable. When the user selects open, nothing happens.
Selecting save actually saves the whole access program on their local hard
drive. Okay, to get around this, we made MS-DOS batch files to call Access
and pass the mdb file to it as a command line. This works, however,
depending on what the last user set the Access window size to, windows
reopens the application in that "remembered" size. Adding docmd.maximize
doesn't work as this only affects the form, not the windows application.
Does anyone know another way around this? Is there a way to launch a "call"
within a batch file and have it maximize the application?
intranet where I work. On certain pages, we use links to start Access
programs written for certain things... exams, certifications, etc. I can
double-click on the MDB file on the share drive that it is saved on and it
launches the program. When the same file is added to FrontPage, the
hyperlink to the file prompts the user to open/save the file, and not treat
it as an executable. When the user selects open, nothing happens.
Selecting save actually saves the whole access program on their local hard
drive. Okay, to get around this, we made MS-DOS batch files to call Access
and pass the mdb file to it as a command line. This works, however,
depending on what the last user set the Access window size to, windows
reopens the application in that "remembered" size. Adding docmd.maximize
doesn't work as this only affects the form, not the windows application.
Does anyone know another way around this? Is there a way to launch a "call"
within a batch file and have it maximize the application?