Message 1 of 1
problem with saveastype

Not applicable
02-03-2004
03:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
By vb i make :
AcadDoc.Save
AcadDoc.Open (PathSupport & "haarmann.dwt")
AcadDoc.Application.Preferences.OpenSave.SaveAsType = acNative
AcadDoc.SaveAs PathLav & NomeComOut, acNative
but when i make save in autocad2004 then path selected is the path
of the dwt file and then name is NomeComOut.dwt.
i want that the path selected is = Pathlav and the name is NomeComOut.dwg.
thank's Gpaolo