Color Effect is Not Showing

Discussion in 'Tally Developer' started by auruem, Dec 5, 2023.

    
  1. auruem

    auruem Member


    Code:
    ;;===================================================================================172.
    
    ;;    Sri GaneshJi Maharaj : Sri KulSwaminiJi Likasn Mata : Sri PiteshwarJi : Sri Mahavir SwamiJi : Sri MahaPrabhuJI : Sri ShriNathJi : Sri Venkatesvara
    
    ;;    172. Auto Description and HSN Code.
    
        [#Field            : GST MSTInfo HSNSAC]
            Table        : HSNtablecoll , Notapplicable
            Show Table    : On Empty
            Color        : Red
    
        [#Field            : GST MSTInfo HSNSACDesc]
            Width        : @@Namewidth + 70
            Lines        : 10
            Set Always    : Yes
            Set As        : $$Filtervalue:$HSN_Description:HSNtablecoll:1:Onlythatdesc
            Skip        : Yes
            Color        : Blue
    
        [System                : Formulae]
            Onlythatdesc    : $HSN_Code=#GSTMSTInfoHSNSAC
    
        [Collection            : HSNcodesxmlcollection]
            Data Source     : File Xml :"Auruem HSN Code.Xml"
            Xml Object Path    : Auruemdataobject:1:Auruemdatacollection
            Client Only        : Yes
    
        [Collection                : HSNtablecoll]
            Title                : $$Localestring:"List Of HSN / SAC Codes - By Auruem Khinvasara"
            SubTitle            : HSN Code , HSN Description
    ;        Full Height            : Yes
            Source Collection    : HSNcodesxmlcollection
            Fetch                : HSN_Code  , HSN_Description
            Format                : $HSN_Code , 20
            Format                : $HSN_Description , 500
            Unique                : $HSN_Code
    
        [#Form        : Stock Item]
            Height    : 85% Page
            Width    : 85% Page
    
        [#Field        : GST MST SrcHSNDetails]
            Set As    : Specify Details Here
    
        [#Field        : GST MST SrcGSTDetails]
            Set As    : Specify Details Here
    
        [#Field        : GST ClassfnTaxability]
            Set As    : Taxable
    
    ;;    EoF Auto Description Master For HSN Code.
    
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    color will not work in "Selection tables"
     


  3. auruem

    auruem Member


    Thanks For Quick Responce But Background Color Effect is Working and

    Color Effect Showing In ERP 9
     


Share This Page