ACC97: Contents of Snapshot Viewer Appear Outside ControlLast reviewed: August 29, 1997Article ID: Q172807 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. A Microsoft Access form displays the contents of a Snapshot Viewer ActiveX control outside the boundaries of the control.
CAUSEThis behavior occurs when the SnapshotPath property of the Snapshot Viewer control is set to a report snapshot file and one of the following is true:
RESOLUTION
Method 1Clear the SnapshotPath property of the Snapshot Viewer ActiveX control. To view a report in the Snapshot Viewer control in form view, set the SnapshotPath property of the Snapshot Viewer control using Visual Basic for Applications code in the Load event of the form. The following sample event procedure demonstrates this method:
Sub Form_Load() Me!snpViewer.SnapshotPath = "C:\My Documents\Sales by Category.snp" End SubThis is the recommended method.
Method 2Minimize and restore the form window. Note: This method may not resolve the display problem in all situations.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Access 97. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
REFERENCESFor more information about the Snapshot Viewer ActiveX control, see Microsoft Snapshot Viewer Help (Snapview.hlp), which is installed with the Microsoft Snapshot Viewer. For more information about report snapshots and Microsoft Snapshot Viewer, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q172348 TITLE : ACC97: Report Snapshots and Microsoft Snapshot Viewer |
Additional query words: pra
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |