Community of VE/MapPoint Users and Developers
This is a discussion on SelectionChange event within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; hi I am using SelectionChange event to return postal district but its not working. Private Sub MappointControl1_SelectionChange(ByVal pNewSelection As Object, ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| SelectionChange event I am using SelectionChange event to return postal district but its not working. Private Sub MappointControl1_SelectionChange(ByVal pNewSelection As Object, ByVal pOldSelection As Object) ' this sets value DoubleClikPosition to currently selected pushpin If Flag = 1 Then DoubleClickPosition = "" 'Variable read by Clarion - clear it If Not pNewSelection Is Nothing Then If TypeOf pNewSelection Is Pushpin Then DoubleClickPosition = pNewSelection.Name End If End If End If End Sub its not returning nothing but i do see a list details appear on the map of all the information i require. Using : Mappoint 2004 I have a territory map created using UK's district postal data. My requirement is to return the distict postal code the user has clicked within the area the click occured. The user has to be able to click within a given district area and return the district code. No pushpins can be plotted due to the requirements. Thanks in advance Yazzy |
![]() |
| Tags |
| event, selectionchange |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there any event for when the route is changed? | stephenmillington | MapPoint 2006/2009 Discussion | 10 | 11-29-2005 04:02 AM |
| Where is the Quit event? | Anonymous | MapPoint 2006/2009 Discussion | 3 | 04-08-2005 08:36 AM |
| VC++ OnSelectionChange event | MP2KUser2 | MapPoint 2006/2009 Discussion | 0 | 10-13-2004 02:24 PM |
| How to add click event for VB.Net ? | Anonymous | MapPoint 2006/2009 Discussion | 2 | 12-31-2003 01:15 AM |
| mouse down event | henemonster | MapPoint 2006/2009 Discussion | 1 | 03-31-2003 03:04 PM |