In Active Sale Invoice Print Configure Button

Discussion in 'Tally Developer' started by Mahesh Sethi, Feb 6, 2023.

    
  1. Mahesh Sethi

    Mahesh Sethi Member


    Dear Sir,

    i want deactivate the configuration button. But not success Pls help

    [#Button: PrintExp Configure]
    Inactive: Yes
     

    Attached Files:



  2. Mahesh Sethi

    Mahesh Sethi Member


    Hi ,
    Can anyone expert help me on this issue pls .

    Thanks & Regards,

    Mani
     


  3. gangstar

    gangstar Member


    Make a control for this button.
     


  4. Mahesh Sethi

    Mahesh Sethi Member


    Sir,
    Thanks for your replay. Can you pls help me on this.

    Thanks in Advance
     


  5. Mahesh Sethi

    Mahesh Sethi Member


    Sir,

    As per your suggestion like this kind of control button:

    [#Form: VCH Print Configure]
    Local : Key : Print Button : Inactive : Yes
    ;Button : SVPrintAction : Inactive : Yes ;;;; it does'nt gets disable
    On : Form Accept : yes : Call : PrnInvBTN
    [Function : PrnInvBTN]
    100 : Print : Printed Invoice : True

    Pls guide me.
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [#Form: VCHPRN Sales]
    Local: Button : PrintExp Configure : Inactive : Yes
     


  7. Mahesh Sethi

    Mahesh Sethi Member


    Thank you Sir for your valuable replay.
    One more thing can we give condition if User is Admin then Inactive No Else other user Inactive Yes

    I try it

    Local: Button : PrintExp Configure : Inactive : If $$IsCmpOwner Then No Else Yes

    Or



    Again Thanks a LOT for guide me.

    Mani
     
    Last edited: Feb 10, 2023


  8. Mahesh Sethi

    Mahesh Sethi Member



    Thank you admin sir for inspiring us to do the best

    i will try & get the success

    Local: Button : PrintExp Configure : Cancel : If $$IsCmpOwner Then No Else Yes

    Again thanks a LOT

    Mani
     


Share This Page