Good morning all: Does anyone have any information regarding SetReportSize and parameters/arguments it requires? TIA.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
SetReportSize (Access 2k)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » SetReportSize (Access 2k)
- This topic has 11 replies, 4 voices, and was last updated 23 years ago.
AuthorTopicWSaardvark
AskWoody LoungerJune 13, 2002 at 2:29 pm #372270Viewing 0 reply threadsAuthorReplies-
WScharlotte
AskWoody Lounger -
WSaardvark
AskWoody LoungerJune 14, 2002 at 10:12 am #594757Charlotte: I inherited a system with SetReportSize as a function/procedure in an OnClick event of a button. Code is as follows:
Private Sub cmd_all_Click
Dim rptName as String
Dim rptSize as Integer
Dim rptOrientation as IntegerrptName = “Parking Permit Report”
rptSize = 17 ‘1-letter, 5-legal, 17-11×17
rptOrientation = 2 ‘1-portrait,2-landscapeSetReportSize rptName, rptSize, rptOrientation
End SubWas wondering if there were any more arguments/parameters, such as setting margins, etc.
Thanks for responding.
-
WSJayden
AskWoody Lounger -
WSaardvark
AskWoody Lounger -
WSJayden
AskWoody Lounger -
WSaardvark
AskWoody Lounger -
WSSupport4John
AskWoody Lounger -
WSaardvark
AskWoody LoungerJune 14, 2002 at 10:56 am #594813John: Here it is. Plus the TYPE definitions, etc. that go along with it. Good luck.
Option Compare Database
Option ExplicitPublic CurrentStreet
Public CurrentZip
Public CurrentAddressType str_DEVMODE
RGB As String * 94
End TypeType type_DEVMODE
strDeviceName As String * 16
intSpecVersion As Integer
intDriverVersion As Integer
intSize As Integer
intDriverExtra As Integer
lngFields As Long
intOrientation As Integer
intPaperSize As Integer
intPaperLength As Integer
intPaperWidth As Integer
intScale As Integer
intCopies As Integer
intDefaultSource As Integer
intPrintQuality As Integer
intColor As IntegerintDuplex As Integer
intResolution As Integer
intTTOption As Integer
intCollate As Integer
strFormName As String * 16
lngPad As Long
lngBits As Long
lngPW As Long
lngPH As Long
lngDFI As Long
lngDFr As Long
End TypeFunction SetReportSize(rptName As String, rptPaper As Integer, rptOrientation As Integer)
Dim DevString As str_DEVMODE
Dim DM As type_DEVMODE
Dim strDevModeExtra As String
Dim rpt As Report
Dim intResponse As Integer
‘ Opens report in Design view.
DoCmd.OpenReport rptName, acViewDesignSet rpt = Reports(rptName)
If Not IsNull(rpt.PrtDevMode) Then
strDevModeExtra = rpt.PrtDevMode ‘ Gets current DEVMODE structure.
DevString.RGB = strDevModeExtra
LSet DM = DevStringDM.intPaperSize = rptPaper ‘ 1-letter, 5-legal, 17- 11×17
DM.intOrientation = rptOrientation ‘1 – portrait, 2 – landscapeLSet DevString = DM
Mid(strDevModeExtra, 1, 94) = DevString.RGB
rpt.PrtDevMode = strDevModeExtra
DoCmd.SaveDoCmd.OpenReport rptName, acViewPreview
End If
End Function -
WScharlotte
AskWoody Lounger
-
-
-
WSJayden
AskWoody LoungerJune 14, 2002 at 10:37 am #594769Just me being pedantic but how about making your code more readable by using constants
Private Sub cmd_all_Click Dim rptName as String Dim rptSize as Integer Dim rptOrientation as Integer const conLetter as integer = 1 'Paper Size Letter const conLegal as integer = 5 'Paper Size Legal const con11x17 as integer = 17 'Paper Size 11 x 17 const conPortraint as integer = 1 'Portraint Orientation const conLandscape as integer = 2 'Landscape Orientation rptName = "Parking Permit Report" rptSize = con11x17 rptOrientation = conLandscape SetReportSize rptName, rptSize, rptOrientation End Sub
You could even get real flash and make the constants global so you can use them from any procedure (not just this one)?
Just my
.
-
WSJayden
AskWoody Lounger
-
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Update from WinPro 10 v. 1511 on T460p?
by
CatoRenasci
18 minutes ago -
System Restore and Updates Paused
by
veteran
1 hour, 23 minutes ago -
Windows 10/11 clock app
by
Kathy Stevens
3 hours, 5 minutes ago -
Turn off right-click draw
by
Charles Billow
4 hours, 36 minutes ago -
Introducing ChromeOS M137 to The Stable Channel
by
Alex5723
8 hours, 8 minutes ago -
Brian Wilson (The Beach Boys) R.I.P
by
Alex5723
9 hours, 19 minutes ago -
Master patch listing for June 10, 2025
by
Susan Bradley
9 hours, 44 minutes ago -
Suggestions for New All in One Printer and a Photo Printer Windows 10
by
Win7and10
1 hour, 46 minutes ago -
Purchasing New Printer. Uninstall old Printer Software First?
by
Win7and10
15 hours, 46 minutes ago -
KB5060842 Issue (Minor)
by
AC641
20 hours, 19 minutes ago -
EchoLeak : Zero Click M365 Copilot leak sensitive information
by
Alex5723
22 hours, 51 minutes ago -
24H2 may not be offered June updates
by
Susan Bradley
5 hours, 15 minutes ago -
Acronis : Tracking Chaos RAT’s evolution (Windows, Linux)
by
Alex5723
1 day, 11 hours ago -
June 2025 updates are out
by
Susan Bradley
37 minutes ago -
Mozilla shutting Deep Fake Detector
by
Alex5723
2 days, 2 hours ago -
Windows-Maintenance-Tool (.bat)
by
Alex5723
1 day, 11 hours ago -
Windows 11 Insider Preview build 26200.5641 released to DEV
by
joep517
2 days, 4 hours ago -
Windows 11 Insider Preview build 26120.4250 (24H2) released to BETA
by
joep517
2 days, 4 hours ago -
Install Office 365 Outlook classic on new Win11 machine
by
WSrcull999
2 days, 4 hours ago -
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
1 day, 20 hours ago -
re-install Windows Security
by
CWBillow
2 days, 8 hours ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
2 days, 11 hours ago -
macOS Tahoe 26
by
Alex5723
2 days, 5 hours ago -
Migrating from win10 to win11, instructions coming?
by
astro46
17 hours, 2 minutes ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
1 day, 20 hours ago -
Recommended watching : Mountainhead movie
by
Alex5723
1 day, 21 hours ago -
End of support for Windows 10
by
Old enough to know better
1 hour, 13 minutes ago -
What goes on inside an LLM
by
Michael Covington
1 day, 15 hours ago -
The risk of remote access
by
Susan Bradley
10 hours, 59 minutes ago -
The cruelest month for many Office users
by
Peter Deegan
2 hours, 2 minutes ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.