MapPoint Forums

MapForums

Community of MapPoint and Virtual Earth Users and Developers




Mappoint 2002 API bug? RecordSet.MatchingMethod = geoByNone

This is a discussion on Mappoint 2002 API bug? RecordSet.MatchingMethod = geoByNone within the Wish List forums, part of the MapPoint 2006/2009 Discussion 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 > Wish List

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



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-13-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
Reply

Tags
api, bug, geobynone, mappoint 2002, recordsetmatchingmethod


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 MapPoint 2006/2009 Discussion 1 07-20-2004 09:46 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 02:14 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC2
MP2K Magazine
Visitor Map

Corfu Holiday
Why not enjoy the option of a Corfu holiday through UlookUbook? Check out the online offers...



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 48 49 50 51 52 53 54 55 56 57 58 59