How to remove in print

Discussion in 'Free Source Codes' started by Jenny, Oct 30, 2023.

    
  1. Jenny

    Jenny Active Member



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    PrintFG : If $$Line=1 then "White" Else "Black"
     


  3. Jenny

    Jenny Active Member


    But "sr no" not change. How to change it for starting 1
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    in Sr # Field --- give condition --- If $$Line-1 then $$Number:0 Else $$Line
     


  5. Jenny

    Jenny Active Member


    if use condition then all serial no blank
     


  6. Sai Vineeth

    Sai Vineeth Active Member


    Set $$Line-1, for S.no Field
     
    Jenny likes this.


  7. Sai Vineeth

    Sai Vineeth Active Member


    You can make that field optional and show that if not $$InPrintAction
     


  8. Jenny

    Jenny Active Member


    Thanks its work
     
    Sai Vineeth likes this.


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    A TYPO mistake ----
    If $$Line=1 then $$Number:0 Else $$Line
     
    Jenny likes this.


  10. gaurang712

    gaurang712 Member


    ADD AT LINE
    Remove if: $LedgerName contains $PartyLedgerName
     


Share This Page