i want the function on only particular vouchertypename such as "Taxinvoice" pls help sir?

Discussion in 'Free Source Codes' started by Nikhil dixit, Jan 24, 2020.

    
  1. Nikhil dixit

    Nikhil dixit New Member


    [#Part: VTYP BehaviourMain]
    Option : VTYP BehaveMain OTS VchTypeConfirm : @@IsOTSVchType


    [!Part : VTYP BehaveMain OTSVchTypeConfirm]
    Add : Line : After : VTYP PrintSave :VTYP OTS VchTypeConfirm

    [Line : VTYP OTS VchTypeConfirm]
    Field : Long Prompt, Logical Field
    Local : Field : Long Prompt : Set as : "Print colomn Format ?"
    Local : Field : Long Prompt : Width : @@LongWidth
    Local: Field : Logical Field :Modifies:pRNWithWGTCOLMN
    Local: Field : Logical Field :Show Table:Always
    Local: Field : Logical Field:Variable:pRNWithWGTCOLMN


    [System : Formula]

    IsOTSVchType : $$IsVoucherType:$VoucherTypeName:"Taxinvoice"
    IsOTSNewAllow : $OTSVchTypeConfirm:VoucherType:$VoucherTypeName
     

    Attached Files:



Share This Page