Is it Possible to Print a Report with 2 Forms on Single Page(Landscape)

Discussion in 'Requests' started by Gangadhar C Beldar, Dec 9, 2019.

    

  1. Good Morning All,

    Is it possible to Print a Report with 2 Forms with different Object associated with Each Forms, on a Single Page in LandScape Orientation ??

    Below is the Test Code;
    [Report: DualForm]
    Forms: FormOne, FormTwo
    [Form: FormOne]
    Parts : FO1, FO2, ..
    Object : (Voucher, ##VoucherID) ;; Object Association eg, Expenses Purchase Voucher
    [Form: FormTwo]
    Parts : FT1, FT2, ..
    Object : (Voucher, ##VoucherID) ;; Object Association eg, Payment Voucher
     


  2. teja varma

    teja varma Active Member


    each form will print in a new page
    if you want both the pages(forms) in single page you can adjust your printer settings to print 2 papers in 1 page horizontally
     



  3. Working for Some Kind of changes with respect to Form Page Break!!, I am in the right direction ?
     


  4. teja varma

    teja varma Active Member


    i think page doesn't solve your problem because page break is use to how the content should flow when there is a page break
    in your case its different
    one solution is to design a custom invoice which contain both the forms that they should print horizontally in a single page
     


Share This Page