Microsoft KB Archive/172287: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "<" to "<")
Line 83: Line 83:
== RESOLUTION ==
== RESOLUTION ==


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 &quot;%3c&quot; with the character &quot;&lt;&quot;; replace any instance of the string &quot;%3e&quot; with the character &quot;&gt;&quot; as well. For example, change<br />
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 &quot;%3c&quot; with the character &quot;<&quot;; replace any instance of the string &quot;%3e&quot; with the character &quot;&gt;&quot; as well. For example, change<br />


<div class="indent">
<div class="indent">


&lt;a href=&quot;/?scid=%253c!--accesstemplate_firstpage--%253e&quot;&gt;First&lt;/a&gt;<br />
<a href=&quot;/?scid=%253c!--accesstemplate_firstpage--%253e&quot;&gt;First</a&gt;<br />
&lt;a href=&quot;/?scid=%253c!--accesstemplate_previouspage--%253e&quot;&gt;Previous&lt;/a&gt;<br />
<a href=&quot;/?scid=%253c!--accesstemplate_previouspage--%253e&quot;&gt;Previous</a&gt;<br />
&lt;a href=&quot;/?scid=%253c!--accesstemplate_nextpage--%253e&quot;&gt;Next&lt;/a&gt;<br />
<a href=&quot;/?scid=%253c!--accesstemplate_nextpage--%253e&quot;&gt;Next</a&gt;<br />
&lt;a href=&quot;/?scid=%253c!--accesstemplate_lastpage--%253e&quot;&gt;Last&lt;/a&gt;
<a href=&quot;/?scid=%253c!--accesstemplate_lastpage--%253e&quot;&gt;Last</a&gt;




Line 99: Line 99:
<div class="indent">
<div class="indent">


&lt;a href = &quot;&lt;!--AccessTemplate_FirstPage--&gt;&quot;&gt;First&lt;/a&gt;<br />
<a href = &quot;<!--AccessTemplate_FirstPage--&gt;&quot;&gt;First</a&gt;<br />
&lt;a href = &quot;&lt;!--AccessTemplate_PreviousPage--&gt;&quot;&gt;Previous&lt;/a&gt;<br />
<a href = &quot;<!--AccessTemplate_PreviousPage--&gt;&quot;&gt;Previous</a&gt;<br />
&lt;a href = &quot;&lt;!--AccessTemplate_NextPage--&gt;&quot;&gt;Next&lt;/a&gt;<br />
<a href = &quot;<!--AccessTemplate_NextPage--&gt;&quot;&gt;Next</a&gt;<br />
&lt;a href = &quot;&lt;!--AccessTemplate_LastPage--&gt;&quot;&gt;Last&lt;/a&gt;
<a href = &quot;<!--AccessTemplate_LastPage--&gt;&quot;&gt;Last</a&gt;




Line 113: Line 113:
<div class="indent">
<div class="indent">


&lt;A HREF = &quot;#&quot;&gt;First&lt;/A&gt;<br />
<A HREF = &quot;#&quot;&gt;First</A&gt;<br />
&lt;A HREF = &quot;#&quot;&gt;Previous&lt;/A&gt;<br />
<A HREF = &quot;#&quot;&gt;Previous</A&gt;<br />
&lt;A HREF = &quot;Report1_1Page2.html&quot;&gt;Next&lt;/A&gt;<br />
<A HREF = &quot;Report1_1Page2.html&quot;&gt;Next</A&gt;<br />
&lt;A HREF = &quot;Report1_1Page5.html&quot;&gt;Last&lt;/A&gt;
<A HREF = &quot;Report1_1Page5.html&quot;&gt;Last</A&gt;




Line 171: Line 171:
<div class="indent">
<div class="indent">


<p>http://&lt;servername&gt;/&lt;directory&gt;/Products by Category_1.html</p>
<p>http://<servername&gt;/<directory&gt;/Products by Category_1.html</p>


</div></li>
</div></li>

Revision as of 17:15, 20 July 2020

Knowledge Base


ACC97: Error When Clicking Page Link in Report Exported to HTML

Article ID: 172287

Article Last Modified on 1/20/2007



APPLIES TO

  • Microsoft Access 97 Standard Edition
  • Microsoft FrontPage 97 Standard Edition
  • Microsoft FrontPage 1.0 Standard Edition
  • Microsoft FrontPage 1.0a
  • Microsoft FrontPage 1.1 Standard Edition
  • Microsoft FrontPage 1.1a



This article was previously published under Q172287

Moderate: Requires basic macro, coding, and interoperability skills.


SYMPTOMS

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

CAUSE

You edited a template in Microsoft FrontPage, and then you used that template when you exported the report to HTML.

RESOLUTION

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="/?scid=%253c!--accesstemplate_firstpage--%253e">First</a>
<a href="/?scid=%253c!--accesstemplate_previouspage--%253e">Previous</a>
<a href="/?scid=%253c!--accesstemplate_nextpage--%253e">Next</a>
<a href="/?scid=%253c!--accesstemplate_lastpage--%253e">Last</a>



to:

<a href = "