COLORFUL GRID LINES

Discussion in 'Free Source Codes' started by SANTHOSH C KURIAN, Nov 5, 2014.

    
  1. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Refer to Post # 10....... you can use that and also add many many new reports, as you wish.
     
    Pritam Krishna likes this.


  2. SUSHIL SHARMA

    SUSHIL SHARMA Member


    SIR WHERE THE CODE
     


  3. NainaSiraj

    NainaSiraj Member


    where is attachment please
     



  4. there is an easy way to do such things as border and fonts etc.

    1. Start Tally in Developer Mode.
    2. Inspect elements by hovering mouse
    3. Search for the elements in Tally Developer.
    4. Change background color with #
    5. Check in Tally. if you get right element - change appearance as you required.

    I had practiced it over and over as a beginner. (hope all understand - except copy-paste experts)
     


  5. Asheesh

    Asheesh New Member


    Sir,
    I do not want to Grid lines on any print of reports.
    Please share the code.
     


  6. Asheesh

    Asheesh New Member


    Sir,
    I do not want to grid line, any print of report. Please share the code.
     


  7. prem

    prem New Member


    ;;;


    [#Line:DSP VchDetail]
    Option: GrindLines1 : NOT $$InPrintMode

    [!Line: GrindLines1]
    Border:Thin BottomRed


    [!Field: GrindLines2]
    Border:Thin BottomRed


    [Border:Thin BottomRed]
    Color : Blue
    Top : Thin
    Left : Thin
    Right : Thin
    [#Line:CI InvInfo]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line:DSP Accline]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line:DSP VchDetail]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line: BSDetail]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line: PLDetail]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line:EI InvInfo]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Field: DSP ClDrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP ClCrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP vchDate]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP vchnumber]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP vchDrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP vchCrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSPDBDrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSPDBCrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
     


  8. prem

    prem New Member


    GRID LINES - ONLY IN DISPLAY MODE

    [#Line:DSP VchDetail]
    Option: GrindLines1 : NOT $$InPrintMode

    [!Line: GrindLines1]
    Border:Thin BottomRed


    [!Field: GrindLines2]
    Border:Thin BottomRed


    [Border:Thin BottomRed]
    Color : Blue
    Top : Thin
    Left : Thin
    Right : Thin
    [#Line:CI InvInfo]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line:DSP Accline]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line:DSP VchDetail]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line: BSDetail]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line: PLDetail]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Line:EI InvInfo]
    Option: GrindLines1 : NOT $$InPrintMode
    [#Field: DSP ClDrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP ClCrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP vchDate]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP vchnumber]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP vchDrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSP vchCrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSPDBDrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
    [#Field: DSPDBCrAmt]
    Option: GrindLines2 : NOT $$InPrintMode
     


Share This Page