Is there a way to make MapPoint exit without saving and not show the save changes prompt when using the MapPointContol in VB 6.0? :?
This is a discussion on MapPoint 2002 within the MapPoint Desktop Discussion forums, part of the Map Forums category; Is there a way to make MapPoint exit without saving and not show the save changes prompt when using the ...
Is there a way to make MapPoint exit without saving and not show the save changes prompt when using the MapPointContol in VB 6.0? :?
.ActiveMap.Saved = True
Look in the helpfile for "Saved property"
John
http://www.support-pc.com
Order MapPoint 2006 Here
https://secure.mp2kmag.com/?refer=support-PC
Hi
if you add the following line in the event "AfterViewChange" of the Mappoint control, the prompy will not occur. Also added the line to my exit routine.
Note: the "mapform.mappointcontrol1" part of the statement needs to reflect the names you are using in your program.
mapform.MappointControl1.ActiveMap.Saved = True
Rolf
There are currently 1 users browsing this thread. (0 members and 1 guests)