How to open File Browser in TDL

Discussion in 'Tally Developer' started by mohankumar, Nov 27, 2012.

    
  1. mohankumar

    mohankumar New Member


    Hi All,

    I need a help, How can I open the File browse dialog using TDL. It is possible, If it is possible please give a example.

    Regards,
    Mohan
     


  2. Vikram

    Vikram Member


    Dear Mohan ,


    please refer in the tdl sample for your query .also find this example which may help you !


    [#Menu : Gateway of Tally]

    Add : Button : OpenCustomBrowser

    [Button : OpenCustomBrowser]

    Key: Alt+B
    Title: "Open Browser"
    Action: EXEC COMMAND: @@OpenCustombrowser

    [System : Formula]

    OpenCustombrowser : "WWW.Google.com"
    ;;;EOF
     


  3. mohankumar

    mohankumar New Member


    Dear Vikram,

    Ya its working, Very very thanks for this useful information.

    But this EXEC COMMAND is an one way process, It doesn't store the file paths(the user can choose the file path), That time it won't work.

    If you know how to store the user choose file path, please help me.


    Thanks&Regards
    Mohan
     


  4. Vikram

    Vikram Member


    dear Mohan ,

    Please refer the Sample for writing the storages with different datatypes

    1.at F11 Company features add a line to store the file path
    2.call that udf in the code earlier attached
    try this and if you have any problem ,send me your code we in the TDL Experts will help you
     


  5. Azar Shaikh

    Azar Shaikh New Member


    @mohankumar It is not possible with Tally TDL to Call File Dialog Box in Tally & Return File Name to Tally Application. It can be Done using External Dll Or Interest Explorer File Dialog object using VBA Code
     


  6. HVPatel

    HVPatel Active Member


    Can we open browser within a new form created? not separate window for browser, means inside tally.
     


Share This Page