Setting a variable equal a current incident of MapPoint

  • Thread starter Mark L via AccessMonster.com
  • Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top