Lambrecht
Automotive
- Apr 1, 2003
- 4
Does anyone know how to specify a default path and file name for the FileSelectioBox?
Or Is there another way to call up another SaveAs dialog box?
Here is a sample of what I am trying to do: (This does not give me what I want)
For I = 2 To CATIA.Documents.Count
Dim name As String
name = CATIA.Documents.Item(I).FullName
CATIA.Documents.Item(I).SaveAs (CATIA.FileSelectionBox("Save Sub-Assemblies...", name, CatFileSelectionModeSave))
Next I
Thanks,
Mark L.
ValeoSylvania
Or Is there another way to call up another SaveAs dialog box?
Here is a sample of what I am trying to do: (This does not give me what I want)
For I = 2 To CATIA.Documents.Count
Dim name As String
name = CATIA.Documents.Item(I).FullName
CATIA.Documents.Item(I).SaveAs (CATIA.FileSelectionBox("Save Sub-Assemblies...", name, CatFileSelectionModeSave))
Next I
Thanks,
Mark L.
ValeoSylvania