MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




MatchRecord

This is a discussion on MatchRecord within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am importing data and displaying it using MultiPushPins. The data will contain invalid postcodes and the data can not ...


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

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



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-19-2005
Junior Member
Yellow Belt
 
Join Date: Dec 2004
Posts: 25
MatchRecord

I am importing data and displaying it using MultiPushPins. The data will contain invalid postcodes and the data can not be verfied beforehand.

Therefore I need to trap and save the PostCode the user selects from a list if a record is not matched. The code that determines an unmatched record and enables selection of a postcode from a list is

Set objDS = MultiSymbolDataSet
Set objRS = objDS.QueryAllRecords

Do While Not objRS.EOF
If objRS.IsMatched = False Then
Set objPin = objRS.Pushpin

If Not objRS.IsMatched Then

objRS.MatchRecord True

Else
MsgBox "No unmatched records."
End If

Else
objRS.MoveNext
End If
Loop

Can anyone help or suggest a way.

Thanks in advance
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 04-21-2005
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Hi,

You dont ask a question. You need to trap and save something and you have code that do it, so please can you tell what the problem is ?
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
matchrecord


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


All times are GMT -5. The time now is 02:31 PM.


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


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