Dear Experts,

Discussion in 'Tally Developer' started by NMS, Apr 1, 2013.

    
  1. NMS

    NMS Member


    Dear Experts,
    I want to change company size and font in sales invoice
    Please Help Me
    Thanks in Advance....
     


  2. Nirav Merchant

    Nirav Merchant Active Member


    Hi pls find sample code u can chage the style as u want

    [#Line: EXPSMP Company]
    Local : Field : Simple Field : Set as : @@cmpmAILNAME
    Local : Field : Simple Field : FullWidth : Yes
    Local : Field : Simple Field : Style : Mystylen
    Local : Field : Simple Field : Align : Centre
    ;; Local : Field : Simple Field : WIDESPACED : YES

    [Style : mystylen]
    Font : "Verdana"
    Bold : Yes
    Height : 22
     


  3. psjain_jal

    psjain_jal Member


    sample code u can chage the style as u want

    Code:
    [#Part: TraderInv Company]
    Height : 18 mms
     
    [#Line: TraderInv Company]
    ;Local : Style : Default : Bold : Yes
    Local : Field : Name Field : Style : NewBold
     
    [Style : NewBold]
    Use : Large Bold
    Italic : No
    Font : Matura MT Script Capitals
    Height : 15
    Bold : Yes
     


Share This Page