M
Manuelauch
Throuhg the codes below I used to see via a snapshot a report in a form.
OFFICE 2007 does not support snapshot any more. How can I get around it and
still be able to see the rpeort in the form
Sub OpenInvoiceViewer(stFile As String)
DoCmd.OpenForm "frmViewGMInvoice_020_Viewer", acNormal, , , ,
acWindowNormal
Forms("frmViewGMInvoice_020_Viewer").SnapshotViewer0.SnapshotPath = stFile
Forms("frmViewGMInvoice_020_Viewer").SnapshotViewer0.FirstPage
End Su
OFFICE 2007 does not support snapshot any more. How can I get around it and
still be able to see the rpeort in the form
Sub OpenInvoiceViewer(stFile As String)
DoCmd.OpenForm "frmViewGMInvoice_020_Viewer", acNormal, , , ,
acWindowNormal
Forms("frmViewGMInvoice_020_Viewer").SnapshotViewer0.SnapshotPath = stFile
Forms("frmViewGMInvoice_020_Viewer").SnapshotViewer0.FirstPage
End Su