M
Mark L via AccessMonster.com
I have Access creating an incident of MapPoint. I then pass it some
locations to create pushpins and create routes. When the user closes Map
Point I still have the incident running in the task manager. I havean
excellent resouce for a Shell Wait program. My intent is to start Map Point
with the shell wait program. Set the variable to this incident of Map Point,
pass the location information and pause the procedure when t the user
interacts with the map. When the user closes Map Point, the procedure
resumes and closes the open connects and set severything to "Nothing".
I declared oMapP as a MapPoint Application. I have tried to
Open MapPoint with the ShellWait program and then
Set oMapP = GetObject(,"MapPoint.Application")
I this point I get an error.
Is there any way to oMapP to refer to the incident of Mappoint created by the
shell program?
locations to create pushpins and create routes. When the user closes Map
Point I still have the incident running in the task manager. I havean
excellent resouce for a Shell Wait program. My intent is to start Map Point
with the shell wait program. Set the variable to this incident of Map Point,
pass the location information and pause the procedure when t the user
interacts with the map. When the user closes Map Point, the procedure
resumes and closes the open connects and set severything to "Nothing".
I declared oMapP as a MapPoint Application. I have tried to
Open MapPoint with the ShellWait program and then
Set oMapP = GetObject(,"MapPoint.Application")
I this point I get an error.
Is there any way to oMapP to refer to the incident of Mappoint created by the
shell program?