I have a code
objImpRep.Publi shXML "c:\temp\abc.xm l" (where objImpRep is an object and publishxml is used to generate xml in the given path)
i have hardcoded the path and want a saveas dialogbox here. how do i include here. what is commondialogbox and how do i include that here.
objImpRep.Publi shXML "c:\temp\abc.xm l" (where objImpRep is an object and publishxml is used to generate xml in the given path)
i have hardcoded the path and want a saveas dialogbox here. how do i include here. what is commondialogbox and how do i include that here.
Comment