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.
0
Comments
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.
So it will be:
Sales Header
Sales Line
Sales Header
This way, your header will show underneath.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
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
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