table width alteration

Discussion in 'Requests' started by Ramu Angappan, Feb 13, 2013.

    
  1. Ramu Angappan

    Ramu Angappan Member


    Hello Experts,

    Is there a way to alter the width of the table. Line List of Ledger table to increase the width to 40?

    Thanks
     


  2. admin

    admin Administrator Staff Member


    Do want to increase Column With in a Table??

    if yes.

    Use Format attribute.

    Ex;

    [Collection : ABC]
    FOrmat: $Name,40
     
    Ramu Angappan likes this.


  3. Ramu Angappan

    Ramu Angappan Member



    Thank you Admin,

    But when i use this code to alter the table of Ledger Accounts, i am getting two columns displayed in my sales screen, one with width of 40 and the other with width of 25. Is there a way to alter it?

    attached screen shot.

    [#Collection: Invoice Ledgers Extract]
    Format:$Name,40
     



  4. Hi,
    "Delete : Format" before adding your new "Format : $Name, 40"
     


  5. Ramu Angappan

    Ramu Angappan Member


    I tried this but no luck, now the new format is not getting applied

    [#Collection: Invoice Ledgers Extract]
    Delete : Format
    Format:$Name,50
     


  6. Nirav Merchant

    Nirav Merchant Active Member


    Try This

    [#Collection: ExtractAlias Collection]
    Format : $name,40
     


  7. psjain_jal

    psjain_jal Member


    not getting very clear pl give the code pl,,,,,,,,,,,,,,,,,,,,,,,,,
     


  8. psjain_jal

    psjain_jal Member


    pl explain me with example
     


  9. bollindia

    bollindia Member


    in a field you can set width as
    [Field : MyVoucherParty]
    Use : NAme Field
    Set As : $LedgerName
    Width : 30
     


  10. Nur Mohammed

    Nur Mohammed Member


    First sure this is the original collection that u need then apply this and re start your tally

    [#Collection: Invoice Ledgers Extract]
    Delete : Format
    Format:$Name,50
     


Share This Page