declare-printer in sqr
hi,
i need to print 2 reports based on user selection on run control. I used use-report option. one report prints the correct format and other report is not in the correct format.
ai tried modifying the layout and printer options, but none worked.
Below are layout and printer options i am using
begin-setup
DECLARE-LAYOUT LAYOUT_733A
paper-size={PAGE_PAPER_SIZE}
orientation = LANDSCAPE
line-height=7
char-width=4.2
top-margin=0.25
left-margin = 0.25
END-DECLARE
DECLARE-LAYOUT LAYOUT_733B
paper-size={PAGE_PAPER_SIZE}
orientation = LANDSCAPE
line-height=6
char-width=4.2
top-margin=0.25
left-margin = 0.25
END-DECLARE
declare-report 733a
layout = LAYOUT_733A
printer-type = HPLASERJET
end-declare
declare-report 733b
layout = LAYOUT_733B
printer-type = HPLASERJET
end-declare
declare-printer HPLASERJET
for-reports = (733a, 733b)