Hello,

I am developing an app that has a reporting function
which displays the non-PDF reports. One of the users
wishes to have the reports saved to his machine as PDFs.

The app can convert the reports, and save to the server
with no problem (uses a component for this). The problem
is, figuring out how to save the reports to the client.

The ideal approach would be to have the app save the
reports to his desktop, like some of those stupid casino
sites save their shortcut links.

However, I would settle for just just being able to force
the "download" dialog to display, instead of opening
Acrobat when the app attempts to send the report to the
client.

All suggestions/help would be appreciated.

Tony

Re: Downloading to Client from ASP by Tom

Tom
Wed Nov 19 07:53:15 CST 2003

"TonyW" <anonymous@discussions.microsoft.com> wrote in message
news:03cc01c3ae98$11895220$a001280a@phx.gbl...
> Hello,
>
> I am developing an app that has a reporting function
> which displays the non-PDF reports. One of the users
> wishes to have the reports saved to his machine as PDFs.
>
> The app can convert the reports, and save to the server
> with no problem (uses a component for this). The problem
> is, figuring out how to save the reports to the client.
>
> The ideal approach would be to have the app save the
> reports to his desktop, like some of those stupid casino
> sites save their shortcut links.
>
> However, I would settle for just just being able to force
> the "download" dialog to display, instead of opening
> Acrobat when the app attempts to send the report to the
> client.

http://www.aspfaq.com/show.asp?id=2161

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: Downloading to Client from ASP by anonymous

anonymous
Wed Nov 19 12:48:28 CST 2003

Thanks alot Tom...I will give it a shot.

Tony