Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Q. on WebIDocument SaveAs

Status
Not open for further replies.

sheila11

Programmer
Dec 27, 2000
251
US
Hi all,

I am trying to save a report thru my ASP code:

n = WebIDocument.SaveAs("MyReport", true)

This saves the report perfectly, but inside the User's folder only. Even if I give "C:\blabla\MyReport.rep" as the path, it uses it as a filename and saves the report by that name in the User's folder.

I need to save it into a separate folder.
Any pointers ?

TIA,
Sheila
 
I'm not an SDK developer. But.....

The SaveAs method mimics the Save to personal documents option. I'll look around and see if I can figure out an alternative method. In the meantime, hopefully, someone will answer.

What version are you running?

Steve Krandel
Westbay Solutions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top