Increase Stock Item Field

Discussion in 'Tally Developer' started by RajbhandariGopal, Aug 3, 2018.

    
  1. RajbhandariGopal

    RajbhandariGopal New Member


    How to Increase Stock Item Name Field in Invoice Entry ? I tried to modify the field :

    [#Field: VCH StockItem]
    Width : 60
    Border: thin box

    It doesn't work.
     

    Attached Files:



  2. ONKAR

    ONKAR Active Member


    @RajbhandariGopal sir, try this

    [# Field: VCH STock Item]
    Width : 55% Screen
    Border: thin box
     


  3. ONKAR

    ONKAR Active Member


    it's perfectly working just try this below code

    [# Field: VCH STock Item]
    Width : 55% Screen
    Border: thin box
     


  4. RajbhandariGopal

    RajbhandariGopal New Member


    @ONKAR sir,

    I tried in Erp 9 Release 4.93 and 6.0.2 (Educational) but it is not working. Could you please check again
    It was working perfectly in release 1.1
     


  5. sivam

    sivam Active Member


    Hi Mr.RajbhandariGopal
    Try with this Code

    Code:
    [#Line: EI InvInfo]
       
        Local       : Field : Vch StockItem    : Width    : 50% Page
     


  6. RajbhandariGopal

    RajbhandariGopal New Member


    Thank you @knsivam89

    Now, It is working perfectly.
     


  7. R.Raj

    R.Raj New Member


    Thanks a ton for this small and really helpful code.
     


Share This Page