Help on 2 Splitting of 2 Screen

Discussion in 'Tally.ERP 9' started by Johar, Oct 29, 2018.

    
  1. Johar

    Johar Member


    Dear Experts,

    what i tried is 2 vertical screen splitting but it shows on 1 screen and not another, sir i want to know how to split screen into 2
    This is what i have done, it shows only 1 screen and not 2 one, please help

    Thanks

    [Report: TEST Report]
    Variable : SVFromDate,SVToDate
    Set : SVFRomDate : $$MonthStart:##SVCurrentDate
    Set : SVToDate : $$MachineDate ;;$$MonthEnd:##SVCurrentDate ;;
    Print Set : Report Title : "ROL Report - ( No of Months " + $$String:mad:@NumMonths + " )"
    Title : "Report"
    Form : Test Report1, Test Report2


    [Form: TEST Report1]
    Part : DSP AccTitles,TEST PartTL,TEST Part
    Button : Change Period,Print Button,Export Button
    Bottom Part : TEST PartBTM
    Height : 49% Page
    Vertical Align : Top

    [Form: TEST Report1]
    Part : TEST PartTL2,TEST Part2
    Button : Change Period,Print Button,Export Button
    Bottom Part : TEST PartBTM2
    Height : 49% Page
    Vertical Align : Bottom
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    There can be only 1 Form......... Within Form have 2 PARTS as you want............

    [Report: TEST Report]
    Variable : SVFromDate,SVToDate
    Set : SVFRomDate : $$MonthStart:##SVCurrentDate
    Set : SVToDate : $$MachineDate ;;$$MonthEnd:##SVCurrentDate ;;
    Print Set : Report Title : "ROL Report - ( No of Months " + $$String:mad:@NumMonths + " )"
    Title : "Report"
    Form : Test Report

    [Form: TEST Report]
    Part : TopPart, BottomPart
    Button : Change Period,Print Button,Export Button
    Bottom Part : TEST PartBTM

    [Part : TopPart]
    Part : DSP AccTitles,TEST PartTL,TEST Part
    Height : 49%screen

    [Part : BottomPart]
    Part : DSP AccTitlesBTM, TEST PartTLBTM, TEST PartBTM
    Height : 45%screen

    ....and so on
     


  3. Johar

    Johar Member


    Dear Amit Sir,

    Thanks for your help then what about TOTALS in Bottom Part we specify then in this how will we specify, Please help


    Thanks
     


  4. Johar

    Johar Member


    Sir,

    I tried this is how it is coming please help

    Thanks
     

    Attached Files:



  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    USE like this.........


    [Report: TEST Report]
    Variable : SVFromDate,SVToDate
    Set : SVFRomDate : $$MonthStart:##SVCurrentDate
    Set : SVToDate : $$MachineDate ;;$$MonthEnd:##SVCurrentDate ;;
    Print Set : Report Title : "ROL Report - ( No of Months " + $$String:mad:@NumMonths + " )"
    Title : "Report"
    Form : Test Report

    [Form: TEST Report]
    Part : TopPartTitle, TopPartBody, MiddlePartTitle, MiddlePartBody,
    Button : Change Period,Print Button,Export Button
    Bottom Part : TEST PartBTM,

    [Part : TopPartTitle]
    Line : TopPartLine

    [Part : TopPartBody]
    Line : TopPartBodyLine
    Height : 45%screen


    ....and so on
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Make your bottom part same as u do the top and middle part.............
     


  7. Johar

    Johar Member


    Thanks a lot Amit Sir, you are real master
     


  8. Johar

    Johar Member


    done Sir...
     

    Attached Files:



  9. sekharchana

    sekharchana Member


    input tax and output tax both are same ???
     


  10. rony

    rony Member


    Dear Sekharchanda,
    How both could be same ? Input means what u r paying ( Purchase), And output what u r receiving (Sales) and diff has to be paid. that is the concept of GST.
    Regards.
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Dear Mr.Rony,

    Sekarchana has a point which you obviously missed..... Read his comments again and then re-check the photo closely and you will get his point.

    The data body is of Sales in upper part and Purchase in lower part..... BUT the TOTALS are the same. Please observe for yourself.

    Furthermore, if he has commented, then obviously he must be well aware of the GST concept.
     
    sattam and Meena Mhatre like this.


  12. Johar

    Johar Member


    in that total was wrong that i rectified that error
     


  13. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Check if Using top screen field in $$total ?
     


  14. Johar

    Johar Member


    That’s what I said I rectified the code
     


Share This Page