Button of purchase voucher in gateway

Discussion in 'Free Source Codes' started by Rohit001, Nov 12, 2020.

    
  1. Rohit001

    Rohit001 Member


    [#main:gateway of tally]
    Add :button:new

    [Button:new]
    Key:F9
    Title:"purchase"
    Action:call :my func

    [Function:my func]
    Variable: voucher:string
    510:execute:voucher:$$vchtypepurchase


    Help sir
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Use trigger key in function...........to press V and then press F9
     
    panam likes this.


  3. psr

    psr Member


    Try This as Suggested by Amit Sir

    Code:
    [#Menu:Gateway of Tally]
    Top Button:PurchaseBtn
    
    [Button:PurchaseBtn]
    Key:F9
    Title:"purchase"
    Action:Trigger Key:V,F9
    
    
    Btw: Why are you using [#main:gateway of tally]. It is [#Menu:Gateway of Tally]




    [#main:gateway of tally]
     
    panam likes this.



  4. Any One Help
    I Want to New Menu In Gatway Of Tally To click Directly Open Purchase Voucher Screen


    [#Menu : Gateway of Tally]
    Item: Job Work In : Call:Myfun

    [Function:Myfun]
    Variable:Voucher:String
    10:Execute:Voucher:$$VchTypePurchase
     


  5. Himanshu-2002

    Himanshu-2002 Active Member


    [#Menu : Gateway of Tally]
    Item : New Menu : Menu: New Menu

    Hope This Helps :)
     



  6. not understanding sir.plz explain briefly!
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    What is the DIFFERENCE between your code and the code in the 1st Post of this THREAD ????

    Also the solution has been given in the subsequent post..........
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Even if your code works......... you still have to press 2 keystrokes.....

    In default Tally also, you also have to press 2 keystrokes............. V and F9 .............
     


Share This Page