Create Button As Per User title

Discussion in 'Free Source Codes' started by Anand Sharma, May 31, 2019.

    
  1. Anand Sharma

    Anand Sharma Member


    Hello Everyone !!!!

    I want to create button but button title change user as per requirement

    plz help

    Code is this :

    [#Menu:Gateway of Tally]
    Add:Item:Before:mad:@LocQuit:Create Shortcut :Alter:Shortcut
    Button:MyKey

    [Report:Shortcut]
    Form:Shortcut
    Object:Company

    [Form:Shortcut]
    Part:Shortcut
    Set Always:Yes

    [Part:Shortcut]
    Line:Shortcut

    [Line:Shortcut]
    Field:Shortcut

    [Field:Shortcut]
    Storage:shortcut
    Width:50
    Max:50
    Set Always:Yes

    [System:UDF]
    Shortcut:String:25000


    [Button:MyKey]
    Title:mad:@mykey
    Key:alt+a
    Action:Display:DayBook

    [System:Formula]
    MyKey:$$String:$Shortcut
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    MyKey:$$String:$$CmpUserName
     


  3. Anand Sharma

    Anand Sharma Member


    Not Working...
    I Think some mistake in my code
     


Share This Page