MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Mappoint 2002 API bug? RecordSet.MatchingMethod = geoByNone

This is a discussion on Mappoint 2002 API bug? RecordSet.MatchingMethod = geoByNone within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Is the following a bug or am I just going about the problem the wrong way? If it is a ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices


Click here to register

View Poll Results: Is this problem still present in version 2004?

Not a bug 0 0%
Bug fixed in Mappoint2004 0 0%
Still a bug in Mappoint2004 0 0%
Voters: 0. You may not vote on this poll

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-14-2004
Junior Member
White Belt
 
Join Date: Jan 2004
Posts: 9
Mappoint 2002 API bug? RecordSet.MatchingMethod = geoByNone

Is the following a bug or am I just going about the problem the wrong way? If it is a bug is it still present in Mappoint 2004? Thanks.

BACKGROUND: I have a set of pushpins representing peoples addresses. This data is linked to an MS Access table.

REQUIREMENT: To identify any pushpins that have been repositioned on the map by the user.

STRATEGY: Examine the value of MatchingMethod property for each record in the recordset and then set the corresponding pushpin's highlight property if a the current value is "Mathched by hand".

SOURCE CODE:
Dim objRs As MapPoint.Recordset
Set objRs = objAddressesDataSet.QueryAllRecords
objRs.MoveFirst
Do Until objRs.EOF
objRs.Pushpin.Highlight = (objRs.MatchingMethod = geoByHand)
objRs.MoveNext
Loop
Set objRs = nothing

BUG?:Regardless of the value of the "Matched Status" column on the "Matching" tab of the Properties dialog, objRs.MatchingMethod is always set to geoByNone.

Is my observation correct or am I going about the problem the wrong way?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 07-20-2004
Junior Member
White Belt
 
Join Date: Sep 2002
Posts: 4
MatchingMethod always on zero

What country are you searching in? I have encountered this problem, but only for maps created in Ireland. I know that the geo data for Ireland is slightly different to most other countries in MapPoint Europe so perhaps this could be the cause?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Property MatchingMethod results (VBA) Anonymous MapPoint 2006/2009 Discussion 0 11-05-2004 10:47 AM
Mappoint 2002 API bug? RecordSet.MatchingMethod = geoByNone David J Wish List 0 01-13-2004 10:39 AM
Poor performance when getting data from MapPoint Recordset ngeorg MapPoint 2006/2009 Discussion 0 10-22-2003 04:20 AM
Deriving a recordset from a mappoint recordset RichardHayes MapPoint 2006/2009 Discussion 0 09-06-2002 02:44 AM
ADO recordset Monique Wish List 0 08-14-2002 09:35 AM


All times are GMT -5. The time now is 05:09 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5
MP2K Magazine
Visitor Map

Manchester Airport Flights
Looking for information about Manchester Airport flights? At Holiday Hypermarket we can show you where to look and how to book.

Greece Holidays
Find great Greece Holidays with Travel Counsellors. A personal Travel Counsellor can help you plan the perfect holiday to Greece.

Cape Town Cheap Flights
Thinking about visiting Cape Town. Cheap flights are hard to find unless you visit dealchecker.co.uk. We'll shop around so you don't have to.

Holidays in Cyprus
Holidays in Cyprus are enriched by the abundance of churches, ruins and natural wonders. Book a holiday with us today!

Holiday
Searching for the perfect holiday? Well check out ULookUBook online to find out all about your destination and also to book a great value holiday.

Price comparison sites
Travel.co.uk is the one you are looking for when checking out price comparison sites.

Cheap Holidays to Fuerteventura
Don't do it the expensive way! Get information on cheap holidays to Fuerteventura at On The Beach, and enjoy the Canary Islands' best!


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47