MapPoint Forums

MapForums

Community of MapPoint and Virtual Earth Users and Developers




Set BalloonState for all data points?

This is a discussion on Set BalloonState for all data points? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi, I'm new here, and just trying to figure out MapPoint 2009. I'm importing a list of points and using ...


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

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



Click here to register

Reply

 

LinkBack (1) Thread Tools Display Modes
  1 links from elsewhere to this Post. Click to view. #1 (permalink)  
Old 11-18-2008
Junior Member
White Belt
 
Join Date: Nov 2008
Posts: 5
Set BalloonState for all data points?

Hi, I'm new here, and just trying to figure out MapPoint 2009.

I'm importing a list of points and using the coordinates to geocode. Each of my points has a name field. I know I can click on the point/pushpin on the map and select "Show name" and the name will show. Is there anyway to turn on the Name lable for all points at once?

I've tried to do this programmatically from Access 2003. I can do it once for a found push pin, but I can't figure out how to loop through the dataset of all pushpins and set the BalloonState for each one. Do I have to loop through the dataset and name each push pin to be able to use the FindPushpin method?

Thanks in advance for the help.
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 11-18-2008
Junior Member
White Belt
 
Join Date: Nov 2008
Posts: 5
Re: Set BalloonState for all data points?

OK, so I figured out one way, although it is kinda slow with 2300 records

field 2 in my record set is the Name field.

Do Until objRS.EOF
sName = objRS.Fields.Item(2)
Set objPin = objApp.ActiveMap.FindPushpin(sName)
objPin.BalloonState = geoDisplayName
objRS.MoveNext
Loop
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
balloonstate, data, points, set


LinkBacks (?)
LinkBack to this Thread: http://www.mapforums.com/set-balloonstate-all-data-points-9129.html

Posted By For Type Date
Pushpin Tool Add-in - MP2K Magazine This thread Refback 11-18-2008 09:39 PM

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
Simple way to display data points & assoc information Steve MapPoint 2006/2009 Discussion 1 09-01-2008 08:09 AM
Exporting "located" data points to excel Jonboy MapPoint 2006/2009 Discussion 2 04-06-2005 08:25 AM
linking points starbuck MapPoint 2006/2009 Discussion 2 01-09-2005 11:56 AM
BalloonState XRoK MapPoint 2006/2009 Discussion 0 06-03-2004 02:54 PM
I have over 500 data points/addresses and I would .... Anonymous MapPoint 2006/2009 Discussion 1 01-09-2002 10:53 AM


All times are GMT -5. The time now is 08:32 PM.


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

Larnaca Holiday
Take a Larnaca holiday through UlookUbook and enjoy beautiful seaside resorts and sandy beaches.



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