Tally Screen Lock & Addon Plus

Discussion in 'Free Source Codes' started by N vinoth, Jan 24, 2018.

    
  1. N vinoth

    N vinoth Guest


    This Addon is the Containing Tally Screen Lock , GSTIN search Button & User name Date & Time Updated file

    1.Press F11-----> go to Addon Features---> enable option

    2. In gateway of tally Press F12----- Right side corner top you will get " Lock Screen" Button

    give "yes" , Lock Time in Second (ex: 1 minutes= 60 seconds), Set Password

    Thats it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Any doubt please Contact us......................................
     

    Attached Files:

    panam likes this.


  2. uttam100

    uttam100 Member


    Dear vinoth, this forum is supposed to for code & learning. Tally lock code is already on Internet. If you have something new then kindly share.
     


  3. Bipin Damania

    Bipin Damania Active Member


    It shows EXPIRED

    Please reply
     


  4. Nai Rahul

    Nai Rahul New Member


    share source code
     


  5. N vinoth

    N vinoth Guest

    panam likes this.


  6. Umashankar

    Umashankar Member


    Please send me the code. Thanks in advance.
    Umashankar
     


  7. Umashankar

    Umashankar Member



  8. PRAPTI

    PRAPTI Member


    That's an expired tdl..
     


  9. Linsha

    Linsha New Member


    sir ,
    Please send me the source code.
    Mail id - linsha@ibsteam.co.in
     


  10. N vinoth

    N vinoth Guest


    Dear Sir This is my Tally Security addon one part.....now i add my TCP file check and reply me
     

    Attached Files:



  11. Umashankar

    Umashankar Member


    Thank You Vinoth.
    Regards
    Umashankar
     


  12. abhinand vk

    abhinand vk Active Member


    ,; ASCII Only is not working please help me to correct

    [#Menu: Configuration]
    Add: Key Item: User Pwd : P : Execute : Tallyapppwd

    [#Button: LocalTDLConfig]
    Action: Execute: Tallylock
    [#Menu: Gateway of Tally]
    Add: Toolbar Buttons: GWLW Lock

    [#Form: Default]
    Add: Toolbar Buttons:before:HelpButton: GWLW Lock

    [Button: GWLW Lock]
    Key: CTRL + L
    Title: "Lock System"
    Action: Execute: Tallylock


    [Report: Tallyapppwd]
    Form: Tallyapppwd

    [Form: TallyAppPwd]
    Parts: MyApppart
    Option: small size form

    [Part: MyappPart]
    Add: Line: My Tally App

    [Line: My Tally App]

    Field: Medium Prompt, MyTallyApp
    Local: Field: Medium Prompt : Info : $$LocaleString:"Tally Application Pwd:"

    [Field: MyTallyAPP]
    use : Short name field
    Modifies : applock
    Storage : ispassword
    Set as : ##applock
    Case : Normal
    ASCII Only : Yes
    KBLanguage : @@EnglishLanguageID
    [Variable: applock]

    Type : String
    Persistent : Yes
    ;;Default : "GWLW"

    [System: variable]
    applock : "GWLW"

    [System: UDF]
    niravlock : string: 6000

    [System: Events]
    Mytally:systemstart:not $$IsRemoteCompany:Call:mytallyLock


    [Function:mytallyLock]
    01:Alter:TallyLock

    [Report:TallyLock]
    Auto: Yes
    Title:$$LocaleString:"Tally Lock"

    [Form:TallyLock]
    No Confirm: Yes
    Height:22% page
    Width:20% page
    Part:TallyLock ;;
    Control:Abb:mad:@ABB1
    Add:Button:SHUTPrograme12 ,SHUTPrograme11
    Background:White
    Horizontal Align:Center
    Vertical Align:Center
    [Button:SHUTPrograme11]
    Key:Esc
    Action:Call:F1
    Title:$$LocaleString:"Go Back"
    [Button:SHUTPrograme12]
    Key:Ctrl+Q
    Action:Call:F2
    Title:$$LocaleString:"Quit!!"

    [Function:F1]
    00 :Query Box:Quit:Yes:No
    05 : IF : $$LastResult = "Yes"
    10 : SET : SVUnConditionalQuit : Yes
    30 : Quit Application
    20 : ENDIF
    [Function:F2]
    10 : SET : SVUnConditionalQuit : Yes
    40 : Quit Application
    [System:formula]
    abb:"Wrong Password!!" + $$NewLine+ "Please Try Again..."
    abb1:#TallyLockpassword not contains @@11
    abb11:$$IsEmpty:#TallyLockpassword ;contains @@11


    [Part:TallyLock]
    Line:TitleT,TallyLock2,TallyInfo
    ;;Bottom Line : TallyInfo

    [Line:TitleT]
    Field:Formsubtitle
    Local:Field:Formsubtitle:Set as:"Enter Password "
    Local:Field:Formsubtitle:Color:Blue
    Local:Field:Formsubtitle:Style:Large
    Local:Field:Formsubtitle:Background:White


    [Line:TallyLock2]
    Field:TallyLockpassword
    Space Top:3

    [Field:TallyLockpassword]
    Type:String
    Full Width:Yes
    Maximum:20
    Align:Center
    ASCII Only:Yes
    Set Always:Yes
    KBLanguage :mad:@EnglishLanguageID
    Case:Normal
    [Line : TallyInfo]
    Field : Formsubtitle
    Local : Field : Formsubtitle : set as : " Press ESC to Exit "
    Local : Field : Default : Style : Large
    Local : Field : Default : align : centre
    Local : Field : Formsubtitle:Color:Blue



    [System:udf]
    ispassword:String:1555

    [System:Formulae]
    11: If $$IsEmpty:##applock then "GWLW" else ##Applock
     


Share This Page