Hi All,

I am using Crystal Reports to create PDF format of report.
>From my JSP page, which has options to set the query string for the report
to be generated, I am submitting the details to a servlet.
The servlet creates the report in PDF format using dll given for Crystal
report through JNI.
Once this is done, it sends the result back, by setting the content type as
"application/pdf".
Now the PDF file is opened in new window or in the exiting window which
requested the servelt depending on client setting.
My requirements are:

1. Before sending the request to the report servlet, I need to display
message like "Report is getting generated...".

2. Once the report servlet sends the PDF content back to the client, I need
to update this message like " successfully generated the report" or so.

Since the content is PDF, how can I update the status on client side? Also
depending on the client setting the PDF opens in new window.

Please let me know how to implement this.

Thanks for the time.

Lakshmeenarayana G G
ArisGlobal India Development Center,
SysArris Software Pvt. Ltd.,
Bangalore, India
Tel:  91-80-665 4965 / 664 2690 / 6655052
Fax: 91-80-655 4285 / 665 0374
http://www.sysarris.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to