Community of VE/MapPoint Users and Developers
This is a discussion on Why is PushPin.Note empty? within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hi! Please, help me. I import simple file into Mappoint, file has two column, Zip and Sales. Code: Set objDataSet ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Why is PushPin.Note empty? Please, help me. I import simple file into Mappoint, file has two column, Zip and Sales. Code: Set objDataSet = ctrlMap.ActiveMap.DataSets.ImportData("d:\1.CSV", ,
geoCountryUnitedStates)
Dim arArray
arArray = Array(objDataSet.Fields(1), objDataSet.Fields(2))
objDataSet.SetFieldsVisibleInBalloon arArray
I can see in balloon text two fileds! Zip and sales BUT! When I try read balloon text programmatically in VB6, I receive empty string. Code: Set objFindResult =
objLastDtlLoc.FindNearby(frmMapDetail.GetDistanceForSearch())
If Not (objFindResult Is Nothing) Then
For Each objName In objFindResult
If TypeOf objName Is MapPoint.Pushpin Then
Set objPushPin = objName
sTxt = "Zip - " & objPushPin.Name & "Sales - " &
objPushPin.Note
frmInfoList.lstInfo.AddItem sTxt, 0
End If
Next
End If
objPushPin.Note is empty Thanks! |
![]() |
| Tags |
| empty, pushpinnote |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Size of pushpin's note | Anonymous | MapPoint 2006/2009 Discussion | 5 | 03-15-2005 03:58 PM |
| the map is empty after Show/Hide form with MapPoint control | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-25-2004 04:24 PM |
| Prevent user editing a note (Balloon) | Anonymous | MapPoint 2006/2009 Discussion | 1 | 03-09-2004 02:26 PM |
| pushpin note question | starbuck | MapPoint 2006/2009 Discussion | 4 | 12-03-2003 05:26 PM |
| set note read-only | Anonymous | MapPoint 2006/2009 Discussion | 0 | 08-05-2003 10:50 AM |