Community of VE/MapPoint Users and Developers
This is a discussion on Problem with 'Save Map' Dialogue box. within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi there, I have an issue that someone on here may be able to help with... (using Visual Basic)... The ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Problem with 'Save Map' Dialogue box. (using Visual Basic)... The fault: after running the code below. On exiting the program i get the 'Save map?' dialog box. if i comment out setobj road search its OK. Any ideas how to stop the Save Map dialogue box appearing without stripping the code of its main function? dim objmap as mappointctl.map dim objloc as mappointctl.location dim objroadsearch as mappointctl.findresults Set ObJMap=ctlMap.Activemap Set objLoc=ObjMap.getLocation(lat,lon) ObjLoc.goto If not objloc is nothing Then setobjRoadsearch = ObjMap.objectsfrompoint(21,17) set Objroadsearch = nothing End If Set objloc = nothing objmap.goback set objmap = nothing ctlMap.activemap.saved = true thanks, Simon |
| |||
|
Hi, MP.ActiveMap.Saved := True;
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
| |||
|
Hi, Quote:
__________________ rgds, Wilfried Mestdagh www.mestdagh.biz MapPoint coding demo Order MapPoint 2009 with Routing and User Tools Spreadsheet |
![]() |
| Tags |
| ave, box, dialogue, map, problem |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| save as web page | cambridgeways | MapPoint 2006/2009 Discussion | 1 | 04-10-2006 12:26 PM |
| Save map as image | Dazzer | MapPoint 2006/2009 Discussion | 1 | 05-23-2005 06:45 AM |
| Mappoint 2004 - ActiveX -- Print dialogue | Anonymous | MapPoint 2006/2009 Discussion | 1 | 10-19-2004 03:22 PM |
| save changes to map? No! | Jade | MapPoint 2006/2009 Discussion | 2 | 05-12-2003 07:13 AM |
| trying to make a 'locator map' | Anonymous | MapPoint 2006/2009 Discussion | 0 | 04-09-2003 04:37 PM |