View Single Post

  #5 (permalink)  
Old 08-23-2005
Mohamed Mohamed is offline
Member
Green Belt
 
Join Date: Mar 2005
Posts: 97
Hi,



Quote:
objPin.MoveTo (set1) 'THIS IS WHERE I GET THE ERROR 'Object does not support this method or propertry'
Try this and replace the line where you have the error:

Code:
objPin.MoveTo objmap.DataSets.Item("Test")

I didn't the test, but I think this should be working! I hope.

Bye
__________________
Mohamed
www.AtlasCouscous.com
Reply With Quote