Community of VE/MapPoint Users and Developers
This is a discussion on How to check if an address is valid? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; How can i check if an address is valid or not?...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
|
Here is a sample you can try, hope it helps. I'm using Visual Basic 6 with the ActiveX Control on my form Named MPC. The ADDR, CITY, ST and ZIP would be your variables. Dim objmap As MapPointCtl.Map Set objmap = MPC.ActiveMap Dim objloc As MapPointCtl.Location Set objLoc = objmap.FindAddress(ADDR, CITY, ST, ZIP, geoCountryUnitedStates) If objLoc Is Nothing Then Msgbox "Can't find address" End if
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
![]() |
| Tags |
| address, check, valid |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Check out if GPS pos is on a Route | kristijan | MapPoint 2006/2009 Discussion | 11 | 04-19-2006 11:46 AM |
| Is there way to check if you're on a road | Omair | MapPoint 2006/2009 Discussion | 1 | 01-05-2005 07:56 AM |
| How Do I Use MapPoint To Verify That An Address Is Valid? | nh_capricorn | MapPoint 2006/2009 Discussion | 2 | 05-28-2004 08:08 PM |
| Valid dialing code for the uk ? | Anonymous | MapPoint 2006/2009 Discussion | 4 | 01-06-2004 04:06 AM |
| Is the address valid | Anonymous | MapPoint 2006/2009 Discussion | 1 | 05-08-2003 10:00 AM |