BOBBYLYON
10th April 2009, 17:06
Hello

We have an issue with a report when printing a “Purchase Requisition by Requisition Number” report electronically then on a piece of paper, it creates 2 pages whereas we have much enough space for the information/text to be only on the first page, one page,

How (through which sessions, Report Layouts? and steps) can I proceed to change the settings so the reports prints only one page? And avoid waste of paper and space!

Thank you in advance for your help.

(please see details attached)

Bobby:(

shanmukhi
14th April 2009, 09:58
Hi,

1. Change the width,length,left space,etc.. in the second form of the report form.
2.If still comes then create variables and define in before.prog and keep the layout.again = false in corresponding layouts.

ex:

before.program:

layout.var = 1
layout.var = 2
layout.var = 3
etc

Try out this..
All the best..


before.field.1:
before.layout:
.......
layout.var = 1

after.layout:

if layout.var = 1 then
layout.again = false
endif

shanmukhi
14th April 2009, 09:59
try lattr.print = false