ACC2000: Report May Lose Formatting When Output to HTMLID: Q209145
|
Advanced: Requires expert coding, interoperability, and multiuser skills.
This article applies to a Microsoft Access database (.mdb) and a Microsoft Access project (.adp).
When you save a Microsoft Access report to HTML format, the following
problems may occur:
Column alignment of the output can be affected by the interaction of a number of factors, including the following:
Save the report as a snapshot, and embed the Microsoft Snapshot Viewer ActiveX control in a Web page to display the report.
The following steps demonstrate how to save a report as a snapshot and then
use the Microsoft Snapshot Viewer ActiveX control to display it on a Web
page. Note that the browser in which you open the Web page must support the
display of ActiveX controls.
NOTE: Microsoft Technical Support does support modification of HTML files created by Microsoft Access, Microsoft FrontPage, or any other application that generates HTML.
For more information about writing HTML, please visit Microsoft's Web site
at:
http://msdn.microsoft.com/workshop/author/default.aspWARNING: ANY USE BY YOU OF THE HTML PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this example "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
<object CLASSID="CLSID:F0E42D60-368C-11D0-AD81-00A0C90DC8D9"
width="100%" height="100%"
CODEBASE="http://WEBSITE/LOCALCONTROLS/snapview.ocx">
<param name="_ExtentX" value="16722">
<param name="_ExtentY" value="11774">
<param name="_Version" value="65536">
<param name="SnapshotPath"
value="http://WEBSITE/REPORTS/REPORTNAME.snp">
<param name="Zoom" value="0">
<param name="AllowContextMenu" value="-1">
<param name="ShowNavigationButtons" value="-1">
</object>
You can also embed the Snapshot Viewer control by using Microsoft ActiveX Control Pad, and you can use the ActiveX Control Editor to set the control's parameters.
http://www. microsoft.com/workshop/misc/cpad/default.asp
http://WEBSITE/REPORTS/REPORTNAME.snp
to the URL for the location of the snapshot file that you saved in step 3. For example, if you saved your report in a folder called Test in the WWWRoot folder of your Web Server, this URL is:
http://<ServerName>/Test/ReportName.snp
http://WEBSITE/LOCALCONTROLS/snapview.ocx
to the URL for the location to which you copied Snapview.ocx in step 5.
Additional query words: prb snap shot bad formatting unaligned misaligned
Keywords : kbdta kbviewer OtpOthr RptOthr HtmView
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 28, 1999