Inc. Width in Tally Masters & Vouchers

Discussion in 'Tally Developer' started by psjain_jal, Apr 24, 2013.

    
  1. psjain_jal

    psjain_jal Member


    Can any one give me the sample code for increasing the
    Increased Width in Tally Masters & Vouchers.



    Thanks in Advance to Admin & All Members .
     


  2. fannu

    fannu Member


    [System : Formula]
    isEnhancedFieldsOn: Yes
    [#Field: EI Desc]
    Add: Option: Enhanced Ei Desc: @@isEnhancedFieldsOn
    [!Field : Enhanced Ei Desc]
    Add: Max: 1000
    Add: Width: 50
    Option: Ei Desc Print: Not $$inPrintMode
    Add: Lines: 0
    Add: Align: Justified
    [!Field : Ei Desc Print]
    Add: FullWidth: Yes
    Add: Lines: 1
    [#Field: DSP VchNumberTitle]
    Add: Option: Enhanced VNum: @@isEnhancedFieldsOn
    [#Field: DSP VchNumber]
    Add: Option: Enhanced VNum: @@isEnhancedFieldsOn
    [#Field: BILLRef]
    Add: Option: Enhanced VNum: @@isEnhancedFieldsOn
    [#Field : VCH Short Title]
    Add: Option: Enhanced VNum: @@isEnhancedFieldsOn
    [#Field: VCHBILL Name]
    Add: Option: Enhanced VNum: @@isEnhancedFieldsOn
    [#Field: VCH Ref]
    Add: Option: Enhanced VNum: @@isEnhancedFieldsOn
    [!Field : Enhanced VNum]
    Add: Width: 15
    [#Field: Voucher Name Field]
    Add : Option: Enhanced Voucher Name: @@isEnhancedFieldsOn
    [#Field: Master Name Field]
    Add : Option: Enhanced Voucher Name: @@isEnhancedFieldsOn
    [!Field : Enhanced Voucher Name]
    Add: Width: 50
    Add: Max: 1000
    [#Field : VCH Narration]
    Add: Option: Enhanced Narration: @@isEnhancedFieldsOn

    [!Field : Enhanced Narration]
    Add: FullWidth: Yes
    Add: Max: 1000
    Add: Lines: 3
     
    Manoj Garg and Sunder like this.


  3. psjain_jal

    psjain_jal Member


    Thanks & looking ahead same from all members of the community in future because this form purpose is helping the developer hence pl share code with the members
     


  4. Sunder

    Sunder New Member


    Thanks fannu for such a wonderful share. Please also mention enhanced line narration and enhanced method of adjustment fields.
    Regards.
     


  5. sauravjain

    sauravjain Member


    GREAT CODE SIR, CAN YOU TELL WHAT TO ADD AND WHERE WITH THIS CODE WHICH WOULD INCREASE THE WIDTH OF "THE LIST OF LEDGERS"
     


  6. Balkrishna Dhinora

    Balkrishna Dhinora New Member


    thank you for good code
    I attaching image & want to change width with red circle in image please help
     


  7. parvez

    parvez Member


    can any one help i want to increase width of stock item
     


Share This Page