Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: Changing report paper size at runtime 2002-10-03 -- Darron Pitman Hold a global variable for paper type....
All my reports when first setup are configured for A4 by default and set to
mm
once setup edit report properties and set paper size to other and make sure
width and height is set to 0
then in embed after opening report
SETTARGET(REPORT)
IF GLO:Paper = 1 ! Letter
REPORT{PROP:AT,4} = 211
?Page{PROP:AT,4} = 250 ! this is the page form size I use for Letter
?Footer{PROP:AT,2} = 256 ! this is my footer detail line use variable set
to ?footer
END
SETTARGET()
Today is November 21, 2024, 7:06 am This article has been viewed 35216 times.
|
|