How to open File Browser in TDL

Discussion in 'Tally Integration' 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. admin

    admin Administrator Staff Member


    You can not open directly.

    If possible you can write a dll and call that dll form dll to open file browser
     


  3. Nirav Merchant

    Nirav Merchant Active Member


    Hi add this button or to open windows explorer from Tally

    [BUTTON : EXPLORER]
    Title: $$LocaleString:"Win Explorer"
    Key : ALT + E
    Action: Exec Command: EXPLORER
     
    mohankumar likes this.


  4. Suresh

    Suresh New Member


    Hi, r u looking for this type ?
    to work in Tally, u need to install .net frame work
     

    Attached Files:



  5. mohankumar

    mohankumar New Member


    Hi Nirav Merchant, Thanks for your reply. It's working good.
    if you know how to store the file path or how to get the file path means, Please share your ideas or examples.

    Thanks & Regards
    Mohan Kumar
     


  6. Suresh

    Suresh New Member


    @mohankumar, i attached the tcp & dll file, in my previous post, plz check the above post
     


  7. psjain_jal

    psjain_jal Member


    good post
    But not working fully why?
     


  8. Suresh

    Suresh New Member


    @psjain_jal, you should install .net 4.0
     


  9. psjain_jal

    psjain_jal Member


    yes
    but not opening any file or browsing
     


  10. mpal2311

    mpal2311 Active Member


    How it is working partially. Can you please explain.
     


  11. psjain_jal

    psjain_jal Member


    it does not show me from were to pick the file
     


  12. Suresh

    Suresh New Member


    Hi, use this code & paste TFI.dll in Tally folder

    Sorry, i am not able to upload the dll file, It is not accepting rar or zip formats

    If anybody wants please email to me gsuresh2u@gmail.com

    [#Field: CMP Directory]
    Use : Name Field
    Set as : ##FolderNameVar
    Set Always : Yes
    On : Focus : Yes : Call : SetTFIValueFolder

    [Function : SetTFIValueFolder]
    VARIABLE : FolderName : String
    01 : If : $$IsFieldEdited
    02 : SET : FolderNameVar : $$Value
    03 : Else
    04 : SET : FolderNameVar : $(AppINIConfig, "AppINIConfig").ExportPath
    05 : END IF
    06 : set : FolderName : $$CallDllFunction:TFI:OpenFolderDialog:##FolderNameVar:"A":"B":"C"
    07 : IF : Not FolderName = ""
    08 : SET : FolderNameVar : ##FolderName
    09 : END IF

    [System : variable]
    FolderNameVar : ""
     
    Goutham and Pritam Krishna like this.


  13. Goutham

    Goutham New Member


    Hi Suresh,

    It was an awesome and very much useful post, can you please send the DLL to my mail id "gsaparam457@gmail.com"
     


  14. Murali.R

    Murali.R Member


    Hi Suresh,

    It was an awesome and very much useful post, can you please send the DLL to my mail id "murali_1973@live.com"
    "
     



  15. BROWSE TDL WORKS FINE...........
     


  16. mahgs

    mahgs Member



  17. Manoj Agrawal

    Manoj Agrawal New Member


     


  18. Manoj Agrawal

    Manoj Agrawal New Member



  19. Manoj Agrawal

    Manoj Agrawal New Member



  20. Sambanthan

    Sambanthan New Member


    Dear sir,

    please help me how to get file path from windows using dll.

    show me a demo.
     


  21. udaya

    udaya Active Member



  22. Manthan

    Manthan New Member


    Hi Everyone,

    Those who are looking for opening Browse File Folder can refer the below post.
    http://tdlexpert.com/index.php?thre...e-backup-restore-folder-like-in-windows.4761/

    If you are looking for something more on just linking the file then we have developed an application from which you can attached multiple document any group field.
    We have also made it so secure that even a user by mistakenly deleted a file then it can also be recovered in just a single click.
    Detailed demonstration is been attached below. For more details on it you can write us on info@cbditsolutions.com.



    Regards,
    Manthan Patel
     


  23. Mufasil

    Mufasil New Member



    [#Form : VOucher]
    Add : Button : EBNBrows
    [Key : EBNBrows]
    Title : "Brows Document"
    Key : Alt + B
    Action : Call : Brows
    [Function : Brows]
    101 : Browse Url : $EBNAppFile ;; (UDF from Voucher)

    ;;;=================
    [#Part: VCH Narration]
    Add : Line : ATend : EBNINVAttach

    [Line : EBNINVAttach]
    Space Top : .25
    Field : Short prompt,EBNAppINVFile
    Local : Field : Short Prompt : Info : "Attachement Link"
    Local : Field : Short Prompt : Width : 12 % Screen
    [Field : EBNAppINVFile]
    Use : Name field
    Storage : EBNAppFile
    Border : Thin Box
    Width : 40 % Screen
     


  24. Supriyo Samanta

    Supriyo Samanta New Member


    Hello Sir I need help if my Excel Sheet is in cloud ,can I access this excel Sheet ?
    Its Urgent.
     


  25. KartikJangid

    KartikJangid New Member



Share This Page