View Single Post

  #4 (permalink)  
Old 02-16-2004
mmichaels mmichaels is offline
Junior Member
White Belt
 
Join Date: Jan 2004
Posts: 6
mappoint saveas method

Figured it out. Changed code to read:

ntMap.SaveMapAs(myParent.CurrDir & "\SavedMaps\" & Me.Text & ".ptm")


(Used the SaveMapAs method instead of the SaveAs method).
Reply With Quote