Set Columnar always ye in Report of voucher register

Discussion in 'Requests' started by HAROON2015, Sep 12, 2019.

    
  1. HAROON2015

    HAROON2015 Member


    hi,
    i want to set columnar always set in Report of voucher register
    i am using this code

    Code:
    [#Report: VOUCHER REGISTER]
    Set : ColumnarDayBook : YES
    but with this code not showing GrossTotal And alternate Qnt in columnar
    [​IMG]
    hope someone help
    thanks
     

    Attached Files:



  2. teja varma

    teja varma Active Member


    Code:
    [#Report:Voucher Register]
       
      Set:ColumnarDayBook:Yes
         Set:COLREGWithAltUnit :Yes
            On:Load:Yes:Trigger Key:F5,Ctrl + A
    may be its an awkward solutions
    but it will work :)
     
    Neha2017 likes this.


  3. HAROON2015

    HAROON2015 Member


    hi,
    thanks for reply
    its giving an error T0014: attributte 'On' is not valid for 'Report' and alternate unit also not working for my side
     


  4. teja varma

    teja varma Active Member


    code is working fine and alt units also working
    attach screenshots of the error or stack trace
    try to help :)
     


  5. HAROON2015

    HAROON2015 Member


    not working form my side
    please check the screen shot of error

    [​IMG]
     

    Attached Files:

    • aaa.JPG
      aaa.JPG
      File size:
      49 KB
      Views:
      76


  6. teja varma

    teja varma Active Member


    that because you are using lowest version
    the on event doesn't exist in old version you need to switch to higher version
     


  7. HAROON2015

    HAROON2015 Member


    ohho, Ok
    thanx for the reply
     


  8. HAROON2015

    HAROON2015 Member


    ok then
    is it possible to trigger only key event
    Key:F5,Ctrl + A

    for old version tally

    thanks once again for your precious time
     


  9. teja varma

    teja varma Active Member


    yes i think, but you have press a button to trigger that event
    we cant trigger on report loaded
     


  10. HAROON2015

    HAROON2015 Member


    ok
    no problem.
    please help me
     


Share This Page