How can i hide this in print or export

Discussion in 'Free Source Codes' started by ANURAG954245, Oct 5, 2021.

    
  1. ANURAG954245

    ANURAG954245 Member


    [#line: DSP VchAccTitles]
    Add:Right Field:Before:DSP VCHTYPETITLE:INVOICE DATE1
    [Field:INVOICE DATE1]
    use:Name Field
    Set as:"INVOICE DATE"
    Line:-1
    Style:Normal
    Color:BLUE
    Width:15
    invisible : NOT ##IsLedgerReport
    Align:Center
    Color:BLUE




    with optin button to hide and show
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    For print/Export, it is a different code........

    Find the appropriate one and introduce your condition in the FIELD level....same as you did for display.
     


  3. MANU JOSE C.A

    MANU JOSE C.A New Member


    USE

    $$InPrintAction
    $$InExportAction

    accordinly
     


  4. ANURAG954245

    ANURAG954245 Member


    thanks sir
     


Share This Page