Is it Possible to call .exe files in Tally using TDL

Discussion in 'Tally Integration' started by Dhanapal Amulraj, Oct 30, 2012.

    
  1. Dhanapal Amulraj

    Dhanapal Amulraj New Member


    Dear Experts,
    Is any way is there to execute or open .exe files in Tally using TDL.
    like Calculator.exe, Notepad.exe, Etc..,
     


  2. admin

    admin Administrator Staff Member


    ;; Sri Ganeshji : Sri Balaji : Sri Pitreshwarji : Sri Durgaji : Sri Venkateshwara

    /*
    Objective(s) -
    -This code demonstrates the usage of Action 'Browse URL'
    -Browse URL Key Action can be used to open web browser with any URL Formula

    Syntax -
    -Action : Browse URL : <URL Formula> [: '<Multiple Parameters separated by space>']
    -Exec Command is an alias for action Browse URL

    Last Modification -
    -Altered on 09-11-2009
    */

    [Button: Open Notepad Exec Command]

    Title: $$LocaleString:"Notepad"
    Key : ALT + N

    ;; Action Exec Command (which is an alias to Browse URL) opens the Notepad
    ;; with the specified FileName as a parameter
    Action: Exec Command: Notepad: 'Browse URL.Txt'

    [Report: BrowseURL]

    Form: BrowseURL

    [Form: BrowseURL]

    Parts: BrowseURL
    Button: Open Notepad Exec Command

    [Part: BrowseURL]

    Lines: Note, BrowseURL
    Local: Line: Note: Local: Field: Name Field: Set As: "(Please click on Button 'Register Yourself' to Register your Tally or Click on the below hyperlink 'Tally Solutions Pvt. Ltd' to visit the Tally Website)"
    Local: Line: Note: Local: Field: Name Field: Width: 30% Page
    Local: Line: Note: Local: Field: Name Field: Lines: 0
    Local: Line: Note: Local: Field: Name Field: Align: Center
    Local: Line: Note: Local: Field: Name Field: Style: Normal Italic

    [Line: BrowseURL]

    Fields: BrowseURL

    [Field: BrowseURL]

    Use: Name Field
    Width: 30% Page
    Color: Blue
    Align: Center
    Key: Smp Hyperlink Browse URL
    Set as: "Tally Solutions Pvt. Ltd"

    [Key: Smp Hyperlink Browse URL]

    Key: Left Click
    Action: Browse URL: "www.tallysolutions.com"

    ;; End-of-Code
     


  3. Dhanapal Amulraj

    Dhanapal Amulraj New Member


    Hi admin,
    Thank you so much, it works 100%
     


  4. Rajiv Prabhakar

    Rajiv Prabhakar New Member


    HOW use this code
     


Share This Page