ACC97: Error When Clicking Page Link in Report Exported to HTMLID: Q172287
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you export a report to HTML format, and then view the report in
your Web browser, you may receive one of the following error messages
when you click on one of the page links:
HTTP/1.0 500 Server Error (161)
-or-
HTTP/1.0 400 Bad Request
You edited a template in Microsoft FrontPage, and then you used that template when you exported the report to HTML.
After you have edited the template in Microsoft FrontPage, open it in a
text editor, such as Notepad. In the tokens that create the navigation
links, replace any instance of the string "%3c" with the character "<";
replace any instance of the string "%3e" with the character ">" as well.
For example, change
<a href="%3c!--AccessTemplate_FirstPage--%3e">First</a>
<a href="%3c!--AccessTemplate_PreviousPage--%3e">Previous</a>
<a href="%3c!--AccessTemplate_NextPage--%3e">Next</a>
<a href="%3c!--AccessTemplate_LastPage--%3e">Last</a>
<a href = "<!--AccessTemplate_FirstPage-->">First</a>
<a href = "<!--AccessTemplate_PreviousPage-->">Previous</a>
<a href = "<!--AccessTemplate_NextPage-->">Next</a>
<a href = "<!--AccessTemplate_LastPage-->">Last</a>
<A HREF = "#">First</A>
<A HREF = "#">Previous</A>
<A HREF = "Report1_1Page2.html">Next</A>
<A HREF = "Report1_1Page5.html">Last</A>
Microsoft has confirmed this to be a problem in Microsoft Access 97. This
problem no longer occurs in Microsoft Access 97 Service Release 1.
NOTE: Stand-alone Microsoft Access 97 Service Release 1 is not currently
available, but you can update your copy of Microsoft Access 97 to Service
Release 1 by downloading Microsoft Office Service Release 1 from
Microsoft's Web site at:
http://officeupdate.microsoft.com/Articles/sr1fact.htm
http://<servername>/<directory>/Products by Category_1.html
For more information about navigation links in templates, please see the
following article in the Microsoft Knowledge Base:
Q164007 Reports Exported to HTML Have No Page Links
Keywords : kberrmsg IntpOff IntpWeb HtmView
Version : 97
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 23, 1999