Options

Problem with duplex printing in RDL report

berniebernie Member Posts: 7
edited 2013-09-16 in NAV Three Tier
Hello,

We need to make new RDL-reports (NAV2009) for some documents.

The sales and purchase documents are printed duplex (front- and backside). On the front the data of the document are printed and on the back the sales / purchase terms. These terms cover the whole backside.

These documents can span more than 1 page

In the classic reports we use different page headers.

But in the RDL-reports this is not possible.

Does someone know a way to handle this?

With best regards,

Bernie

Comments

  • Options
    postsauravpostsaurav Member Posts: 708
    Hi bernie,

    In this case i would suggest -

    1) Instead of page header user Table Header in Body for Printing Header of the page.
    2) you have have multiple tables (as per your requirement you require two tables).

    Hope it gives you a hint.

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • Options
    berniebernie Member Posts: 7
    Hello Saurav,

    I think your right that I can only use the body of the report, so without page header and footer.

    But what do you mean with requirements and why two?

    One table to populate the data of the header and another table to populate the lines and another one for the terms?

    Looking forward to hear from you!

    With best regards,

    Bernie
  • Options
    postsauravpostsaurav Member Posts: 708
    Hi bernie,

    Sorry What i meant by two tables is two Lists-

    List 1 will contain the front part and will have property set Page Break at End.
    List 2 will contain the back part terms and will have property set Page Break at End.

    Rest is printer setting that it print 2 Side.

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • Options
    berniebernie Member Posts: 7
    Hello Saurav,

    Thanks for your suggestions!

    I have made a report without page header and page footer.

    The body contains 2 lists: one for the backside with the terms and one for the front that contains the document data.

    It starts with printing the terms and then the document data.

    It works fine if the document has just one page.

    Documents that span more than one page are not printed well. After one page the terms are not printed anymore. The following pages just contain the document data.

    If I do things in the other way (first document data - then terms) the terms are printed only on the last page.

    Do you know a solution to solve this?

    With best regards,

    Bernie
  • Options
    wwestendorpwwestendorp Member Posts: 178
    bernie wrote:
    Hello Saurav,

    Thanks for your suggestions!

    I have made a report without page header and page footer.

    The body contains 2 lists: one for the backside with the terms and one for the front that contains the document data.

    It starts with printing the terms and then the document data.

    It works fine if the document has just one page.

    Documents that span more than one page are not printed well. After one page the terms are not printed anymore. The following pages just contain the document data.

    If I do things in the other way (first document data - then terms) the terms are printed only on the last page.

    Do you know a solution to solve this?

    With best regards,

    Bernie


    Hi Bernie,

    maybe you can program in the RDL Report what should be printed on Un-Even Page No. and on Even page No. so the Terms will be printed on the Even Page No. and the Dokument itselve on Uneven.

    The Terms should be printed on eauch even pageNo. since this will not be mor then one page it should be printed on every Even page

    maybe there is the Solution :)

    William
Sign In or Register to comment.