View Single Post

  #3 (permalink)  
Old 12-09-2005
Dazzer Dazzer is offline
Senior Member
Green Belt
 
Join Date: Sep 2003
Posts: 103
Sorry I didn't read your previous post properly, you said you dont need to use getlocation but perhaps you do.

Again in VB

Code:
Dim dr as datarow

For each Dr in myDataSet.Tables["myTable"].Rows


ObjLoc = GetLocation(dr("Lat"),dr("Lon"), 100) 


objMap.AddPushpin(objLoc)


Next
Reply With Quote