table color change

Discussion in 'Requests' started by mutharasan, Sep 3, 2013.

    
  1. mutharasan

    mutharasan Member


    Dear TDL Experts,

    can i change the color (background) of the table. If is it possible in tally, pls reply.
     


  2. admin

    admin Administrator Staff Member



    No :(
     


  3. Hari Malhotra

    Hari Malhotra New Member


    You can change the color as per your choice by changing the formula values as follows:

    [#System : Formula]
    SV_TABLE_TITLE_BG : If $$InTrueColorMode then "Deep Grey, TableTitleBGClr" else "Deep Grey, Deep Grey"
    SV_TABLE_TITLE_FG : "White, White"
    SV_TABLE_NORMAL_FG : "Black, Black"
    SV_TABLE_HIGHLIT_FG : "TableHighlitClr, TableHighlitClr"
    SV_TABLE_BG : If $$InTrueColorMode then "White, TableBGClr" else "White, White"
    SV_TABLE_SUB_TITLE_BG : If $$InTrueColorMode then @@SV_RELEASEDLEAFGREEN else @@SV_RELEASEDBLUE_AQUA
    SV_TABLE_SUB_TITLE_FG : @@SV_RELEASEDWHITE
     
    priya and Raju Das like this.


Share This Page