MapPoint Forums

MapForums

Community of MapPoint and Bing Maps Users and Developers




dataset not changing symbol

This is a discussion on dataset not changing symbol within the MapPoint Desktop Discussion forums, part of the Map Forums category; I followed the advise in one of the discussions about seting up a nul.bmp so I could load all of ...


Go Back   MapPoint Forums > Map Forums > MapPoint Desktop Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-09-2004
techecho's Avatar
Junior Member
White Belt
 
Join Date: May 2004
Posts: 7
dataset not changing symbol

I followed the advise in one of the discussions about seting up a nul.bmp
so I could load all of my pushpin locations (~ 100 pushpins in 9 datasets)
to be non visible

I then have this code to show all the pushpins if required

sub

Set MyMap = frmMapPoint.MappointCtl.ActiveMap
Dim objDataSets As MapPoint.DataSets
Set objDataSets = MyMap.DataSets

For x = 0 To 9
Set objDataSet = MyMap.DataSets("sSetCust" & Right(x, 1))
objDataSet.Symbol = 26
Next

end sub

problem is the datsets get the new symbol value but the Map does not
show them ???
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 05-09-2004
techecho's Avatar
Junior Member
White Belt
 
Join Date: May 2004
Posts: 7
figured it out I set the dataset not the pushpin symbol

For x = 0 To 9
Set objDataSet = MyMap.DataSets(sSetTrk(x))
objDataSet.Symbol = 20
Set objRSet = objDataSet.QueryAllRecords
objRSet.MoveFirst
Do While Not objRSet.EOF
objRSet.Pushpin.Symbol = 20
objRSet.MoveNext
Loop
Next

look OK
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
changing, dataset, symbol


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
symbol Anonymous General Chat 6 04-25-2006 02:56 PM
Changing a dataset symbol - MapPoint 2002 Goldwings98SE MapPoint Desktop Discussion 1 06-21-2005 08:55 AM
set pushpin symbol starbuck MapPoint Desktop Discussion 3 10-19-2003 03:27 PM
Change the symbol of the Pushpins in a DataSet. Anonymous MapPoint Desktop Discussion 1 12-15-2002 08:36 PM
Is there a way to use a different pushpin symbol w.... Anonymous MapPoint Desktop Discussion 1 08-01-2001 07:59 AM


All times are GMT -5. The time now is 05:41 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
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 55 56 57 58 59 60 61 62 63 64 65 66 67