View Single Post

  #3 (permalink)  
Old 02-24-2003
baal_2000 baal_2000 is offline
Junior Member
Yellow Belt
 
Join Date: Jan 2003
Posts: 23
Peter:

check if you created an instance of objMap BEFORE accessing its property.
You shoould have "Set objMap = New MapPoint" (or whatever the name of the class) somewhere in the code.

Sergiy
Reply With Quote