<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dieter Maurer wrote:
<blockquote cite="mid17651.16401.119587.152920@gargle.gargle.HOWL"
 type="cite">
  <pre wrap="">David H wrote at 2006-8-27 17:54 -0700:
  </pre>
  <blockquote type="cite">
    <pre wrap="">...
I display an acrobat report (using Firefox or IE 6) and say scroll down 
to page 10.  I then use the &lt;browser&gt; back button to re-enter my Zope 
application.

Now, even if I click various unrelated pages in the application  
(clearing the request,etc) and then return to the Report (which is 
always freshly generated) it will try to re-display at page 10 - instead 
of top of page. 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It is unlikely that this is a server side problem.

To verify, check your "ZServer" log file (usually called "Z2.log").
It is likely that you need to configure it before Zope will
write it.

If configured, the log file will contain one entry (line) for
each completed request. This way, you can verify, whether
Zope see your report requests and how it responded.


If this (quite high) level of detail is not sufficient to
decide whether the problem is on client or server side,
you can use a TCP-logger (such as Shane's "tcpwatch") to
log the communication between client and server.
This will finally allow you to decide....



  </pre>
</blockquote>
Right Dieter and I really should have used these tools by now<span
 class="moz-smiley-s1"><span> :-) </span></span><br>
<br>
<br>
<br>
<br>
</body>
</html>