F
FPS, Romney
Hi all,
Losing paper size (No. 10 envelope) when distributing FE to 2003 users with
other printers. After looking through many postings (and understanding few),
I thought this should work, but it doesn't. Report opens in Preview without
any errors reported, but not on No. 10 envelope -- Report/DesignView/Page
Setup/Page still shows 8-1/2 by 11 Letter.
Any ideas/suggestions?
....
'code attached to OnClick Event of "Print" button:
Dim rptName as string
rptName = "AddressEnvelopes_Client"
DoCmd.OpenReport rptName, acViewDesign, , , acHidden
Reports(rptName).Printer.PaperSize = 20
DoCmd.Close acReport, rptName, acSaveYes
DoCmd.OpenReport rptName, acViewPreview, , , acWindowNormal
Thank you.
Mark
Losing paper size (No. 10 envelope) when distributing FE to 2003 users with
other printers. After looking through many postings (and understanding few),
I thought this should work, but it doesn't. Report opens in Preview without
any errors reported, but not on No. 10 envelope -- Report/DesignView/Page
Setup/Page still shows 8-1/2 by 11 Letter.
Any ideas/suggestions?
....
'code attached to OnClick Event of "Print" button:
Dim rptName as string
rptName = "AddressEnvelopes_Client"
DoCmd.OpenReport rptName, acViewDesign, , , acHidden
Reports(rptName).Printer.PaperSize = 20
DoCmd.Close acReport, rptName, acSaveYes
DoCmd.OpenReport rptName, acViewPreview, , , acWindowNormal
Thank you.
Mark