473,714 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1791
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*****@netzer o.com> wrote in message
news:uG******** ******@TK2MSFTN GP09.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_nospa m> 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*****@netzer o.com> wrote in message
news:uG******** ******@TK2MSFTN GP09.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*****@netzer o.com> wrote in message
news:uG******** ******@TK2MSFTN GP09.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
1717
by: Jim Hubbard | last post by:
Anybody know?
11
1975
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 is different from what I am seeing. If I right click on a message link and select "copy shortcut", I can paste this link into my browser. This brings me to my message. If I view source, once again, it is javascript and framesets. How do I...
2
3803
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 users select the "Back" button in IE, they see the message:
5
5282
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 sessionstate inproc mode and users are randomly losing their session. I do not believe it is happening across all users at one time. It seems to happen to different users at different times, but I am only going off heresay. The aspnet worker...
9
1976
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 code example.
12
1823
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 entering data into the database. I would like to know how I record the username of each unique data entry operator against any entries they input into the database?
5
8540
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 simple): Click on 1st link of 'Main Page', opens page - page1. I press the browsers 'back' button and go back to 'Main Page'.
1
675
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" by someone else. I looked at the number of sessions and noticed that when the number of sessions were at 10, any new user launching the front end would get the "exclusive" error message. There is no security in place and no login required.
9
2335
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 have access to a completely different set of pages. "Client" pages are in the root folder and "Admin" and "Trainer" pages each have their own subfolders. The problem is that when a user goes to the domain, I want to redirect "Admin" and...
0
8801
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9174
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9074
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9015
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6634
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5947
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3158
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2520
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2110
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.