Community of VE/MapPoint Users and Developers
This is a discussion on Home Locator Sample Application within the MP2K Magazine Articles forums, part of the Map Forums category; John Washenberger writes, "In the spirit of the MDB 'Circus' Contest, the application I have submitted could be considered a ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Home Locator Sample Application Read the full article: http://www.mp2kmag.com/articles.asp?ArticleID=74 |
| |||
| Minor Code Change...
A person reviewing the article sent me an email indicating that a parameter was missing in the FindAddressResults call in subroutine MapSelectedProperties found behind frmMain. The call did not include a place holder for the third parameter. The line should be changed from: Set objLoc = objMap.FindAddressResults(rstHome!strStreet, rstHome!strCity, rstHome!strState, rstHome!strPostalCode)(1) to: Set objLoc = objMap.FindAddressResults(rstHome!strStreet, rstHome!strCity, , rstHome!strState, rstHome!strPostalCode)(1) Thanks, John |
| |||
| Ability to process events resulting from an instance of MP
This article has enlightented us on usage of the MapPoint Object and controlling the object directly instead of using the OCX Control. We have been having difficulty in what we think is timing issues between the Mappont and our Access code being that the "Object becomes unavailable" even after checking the ReadyState of the control. So we want to investigate automating Mappoint directly and it appears this code sample does not have to check the readystate to run sucessfully. The question that comes up is when using the Object this way, would the events available through the Mappoint Control OCX be lost? (e.x. SelectionChange event). We want to be able to use the selected object (i.e. free-form shape or push-pin) that the user selected and process our Access data when the user clicks on a button on the parent form. We now use the SelectionChange event to keep track of the object selected. We can not see how they might be available yet. Is there another way to determine the selected object? Do we have to go back to school on Access, Windows API and Object programming? |
![]() |
| Tags |
| application, home, locator, sample |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Address locator | paruvada | MapPoint Web Service and Virtual Earth | 0 | 03-23-2006 04:57 PM |
| integrating Mappoint into my home grown application | sam_ahn612 | MapPoint 2006/2009 Discussion | 1 | 03-14-2005 11:34 AM |
| Sample application in c# | alt-088 | MapPoint 2006/2009 Discussion | 3 | 09-16-2004 04:35 PM |
| Looking for proximity locator solution | Anonymous | MapPoint 2006/2009 Discussion | 2 | 03-14-2003 04:28 AM |
| Problems with Lat/long and locator. | Anonymous | MapPoint 2006/2009 Discussion | 1 | 08-19-2002 09:11 PM |