473,378 Members | 1,518 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Users getting Time out message when they click back from PDF

I have designed an application which uses the Crystal Reports 8.5 ActiveX to
show a report as a PDF.

The report is compiled from a SQL database populated through web forms
programmed in ASP.

When the Active X is lauched, a PDF is pushed as a stream to Internet
Explorer, which calls the Acrobat Reader plugin to view it.

When some of my users click on the Back button to get out of the PDF report,
they get the Timeout message, or what they think is a timeout.

They can't copy and paste the message, they have no clue how to do that,
they are in a different location. They have the latest Internet explorer.
Cache is set to refresh at every visit to the page.

I keep telling them nothing is wrong server-side, but they are losing
patience and so am I.

Does anybody know what is going on?
Jul 19 '05 #1
4 1770
It might be a form that leads to that page. Thus data was posted & IE
won't post again unless the user clicks yes.

This is just a guess without the error message.

Tell them that next time they get the error to do the following. (I'm
assuming the "error" is displayed in there IE Window.)

1) Click on any the text in the error.

2) Press CTRL+A

3) Press CTRL+C

4) Open e-mail program.

5) Start new e-mail addressed to you.

6) Click in the body section.

7) Press CTRL+V

That should hopefully get them to send you the error they are getting.
Otherwise you are going keep on guessing as to what the "error" is.

Nicolas Verhaeghe wrote:
I have designed an application which uses the Crystal Reports 8.5 ActiveX to
show a report as a PDF.

The report is compiled from a SQL database populated through web forms
programmed in ASP.

When the Active X is lauched, a PDF is pushed as a stream to Internet
Explorer, which calls the Acrobat Reader plugin to view it.

When some of my users click on the Back button to get out of the PDF report,
they get the Timeout message, or what they think is a timeout.

They can't copy and paste the message, they have no clue how to do that,
they are in a different location. They have the latest Internet explorer.
Cache is set to refresh at every visit to the page.

I keep telling them nothing is wrong server-side, but they are losing
patience and so am I.

Does anybody know what is going on?


Jul 19 '05 #2
I know how to copy paste, thank you for that (smile)

They just don't get it, even when explained like that. Regular users...

I think I am onto something now. It has to be the POST method. Will try to
use a GET method instead...!

"joker" <no*****@netzero.com> wrote in message
news:uG**************@TK2MSFTNGP09.phx.gbl...
It might be a form that leads to that page. Thus data was posted & IE
won't post again unless the user clicks yes.

This is just a guess without the error message.

Tell them that next time they get the error to do the following. (I'm
assuming the "error" is displayed in there IE Window.)

1) Click on any the text in the error.

2) Press CTRL+A

3) Press CTRL+C

4) Open e-mail program.

5) Start new e-mail addressed to you.

6) Click in the body section.

7) Press CTRL+V

That should hopefully get them to send you the error they are getting.
Otherwise you are going keep on guessing as to what the "error" is.

Nicolas Verhaeghe wrote:
I have designed an application which uses the Crystal Reports 8.5 ActiveX to show a report as a PDF.

The report is compiled from a SQL database populated through web forms
programmed in ASP.

When the Active X is lauched, a PDF is pushed as a stream to Internet
Explorer, which calls the Acrobat Reader plugin to view it.

When some of my users click on the Back button to get out of the PDF report, they get the Timeout message, or what they think is a timeout.

They can't copy and paste the message, they have no clue how to do that,
they are in a different location. They have the latest Internet explorer. Cache is set to refresh at every visit to the page.

I keep telling them nothing is wrong server-side, but they are losing
patience and so am I.

Does anybody know what is going on?

Jul 19 '05 #3
ive seen this error myself a few times after going back from viewing a pdf.
i think there getting the 'page has expired' error. not sure what causes it,
think maybe the sessions are being lost. i dunno. why dont you have the pdf
open in a new page, this way they dont have to click 'back' to get out of
it.

hope this helps,

"Nicolas Verhaeghe" <no***********@yahoo.com_nospam> wrote in message
news:41***********************@news.twtelecom.net. ..
I know how to copy paste, thank you for that (smile)

They just don't get it, even when explained like that. Regular users...

I think I am onto something now. It has to be the POST method. Will try to
use a GET method instead...!

"joker" <no*****@netzero.com> wrote in message
news:uG**************@TK2MSFTNGP09.phx.gbl...
It might be a form that leads to that page. Thus data was posted & IE
won't post again unless the user clicks yes.

This is just a guess without the error message.

Tell them that next time they get the error to do the following. (I'm
assuming the "error" is displayed in there IE Window.)

1) Click on any the text in the error.

2) Press CTRL+A

3) Press CTRL+C

4) Open e-mail program.

5) Start new e-mail addressed to you.

6) Click in the body section.

7) Press CTRL+V

That should hopefully get them to send you the error they are getting.
Otherwise you are going keep on guessing as to what the "error" is.

Nicolas Verhaeghe wrote:
I have designed an application which uses the Crystal Reports 8.5 ActiveX to show a report as a PDF.

The report is compiled from a SQL database populated through web forms
programmed in ASP.

When the Active X is lauched, a PDF is pushed as a stream to Internet
Explorer, which calls the Acrobat Reader plugin to view it.

When some of my users click on the Back button to get out of the PDF report, they get the Timeout message, or what they think is a timeout.

They can't copy and paste the message, they have no clue how to do that, they are in a different location. They have the latest Internet explorer. Cache is set to refresh at every visit to the page.

I keep telling them nothing is wrong server-side, but they are losing
patience and so am I.

Does anybody know what is going on?


Jul 19 '05 #4
Well I wasn't so sure about them is all. Besides unless you can
reproduce it or get the error I'm not sure what it is. If you can teach
them how to copy & paste they might just be more useful to your company.

I wouldn't call that regular users. Ask them if they are willing to
learn. If they say yes then teach them. I have found that people will
listen to you closer if you ask them that before you start teaching
them. That even includes the 60+ crowd as well as the younger generations.

Nicolas Verhaeghe wrote:
I know how to copy paste, thank you for that (smile)

They just don't get it, even when explained like that. Regular users...

I think I am onto something now. It has to be the POST method. Will try to
use a GET method instead...!

"joker" <no*****@netzero.com> wrote in message
news:uG**************@TK2MSFTNGP09.phx.gbl...
It might be a form that leads to that page. Thus data was posted & IE
won't post again unless the user clicks yes.

This is just a guess without the error message.

Tell them that next time they get the error to do the following. (I'm
assuming the "error" is displayed in there IE Window.)

1) Click on any the text in the error.

2) Press CTRL+A

3) Press CTRL+C

4) Open e-mail program.

5) Start new e-mail addressed to you.

6) Click in the body section.

7) Press CTRL+V

That should hopefully get them to send you the error they are getting.
Otherwise you are going keep on guessing as to what the "error" is.

Nicolas Verhaeghe wrote:

I have designed an application which uses the Crystal Reports 8.5
ActiveX to
show a report as a PDF.

The report is compiled from a SQL database populated through web forms
programmed in ASP.

When the Active X is lauched, a PDF is pushed as a stream to Internet
Explorer, which calls the Acrobat Reader plugin to view it.

When some of my users click on the Back button to get out of the PDF
report,
they get the Timeout message, or what they think is a timeout.

They can't copy and paste the message, they have no clue how to do that,
they are in a different location. They have the latest Internet
explorer.
Cache is set to refresh at every visit to the page.

I keep telling them nothing is wrong server-side, but they are losing
patience and so am I.

Does anybody know what is going on?



Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: Jim Hubbard | last post by:
Anybody know?
11
by: Brett | last post by:
In Yahoo mail, I click the Inbox link and see my messages. If I view source, I don't have HTML which contains the URL of each message. The source HTML contains javascripting and framesets. This...
2
by: Leszek Taratuta | last post by:
Hello, I am using the following code to prevent users to see the previous pages: Response.CacheControl = "no-cache"; Response.AddHeader( "Pragma", "no-cache" ); Response.Expires = -1; When...
5
by: fbwhite | last post by:
I know this issue has been brought up many times, but I have tried many of the solutions to no avail. I wanted to give my specific case to see if someone could be of any help. We are using the...
9
by: viktor9990 | last post by:
I wonder if it is possible from a button click or a link to logg off (some unwanted logged on users or all users) in an asp.net application with session.timeout or another way?Thankfull for any...
12
by: chris.thomson | last post by:
Hi, Thanks in advance for any assistance regarding my question. I have setup a database with a WIF containing the usernames and p/words of several unique data entry operators who will be...
5
by: Christina | last post by:
Hello, I am using IIS 5.1 on XP Pro. I have a page with many links on it (say 'Main Page'). Clicking on any of the links in Main Page, leads to say 'Page1. My Scenario (modified to make it...
1
by: cefrancke | last post by:
I have a Back End database (split) that is on a smokin' hot machine (dual processor, 2 gig RAM, XP Pro SP2) and I'm getting an error that says the database (back end file) is "opened exclusively"...
9
by: Jonathan Wood | last post by:
I've spent days trying to come up with a solution. I'd appreciate it if anyone can help. My site requires all users to log on. There are three different roles of users, and each user type will...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.