Print content 2 times / 1paper

S0918423470S0918423470 Member Posts: 159
Hello all,

I have pb with report.

I make Receipt Voucher for cust on Cash Receipt Journal form.

My customer want the layout like that :

Receipt Voucher
Receiver
Description

STT Description Amount CreditAccount
1 Cash for Invoice 01 500 131


Receipt Voucher
Receiver
Description

STT Description Amount CreditAccount
1 Cash for Invoice 01 500 131


Because Customer want to print 2 vouchers, one for keeping, one for cust.

They want this report printed by portrait not landscape so it makes me crazy ](*,)

I try to do some ways but i can't show the report like that.

Somebody have a solution for me??

Thanks,

HN.

Comments

  • Miklos_HollenderMiklos_Hollender Member Posts: 1,598
    Hi S0918423470,

    you got a nice nick! :)

    As for printing 2 times, hm.... what about just copy-pasting the Section so it appears twice under each other?

    M.
  • Alex_ChowAlex_Chow Member Posts: 5,063
    If it's a header and detail situation, then you'll need to put the header underneath the detail again. Basically copying all the filter to the 2nd header as well.

    So it will be:
    Sales Header
    Sales Line
    Sales Header

    This way, your header will show underneath.
  • S0918423470S0918423470 Member Posts: 159
    Hello,

    In my case, the dataitem is Table 81, the data set which i pass to report have many lines (many document no, 1 document maybe have 1 or many lines),i must print one Document No/1paper and in 1 paper the content must be printed 2 times.
    I group by Document No, but as you know, report group with Navision's so complicated.

    If they want to print it by the Landscape. it's so easy. But they want to print Portrait , it's hard for me :evil: O:) .


    Anyway thank for your replies.

    Regards,

    HN
  • AlbertvhAlbertvh Member Posts: 516
    Hi,
    You could use the Integer table as the first data item and in the OnPreDataItem section type the following

    SETRANGE(Number,1,2);

    As to print it in Portrait go to the first blank line of the DataItem fields and view properties and set the Orientation to Portrait
Sign In or Register to comment.