This TDL use BrowseFolder.dll to browse backup & restore folder like in windows

Discussion in 'Free Source Codes' started by JObimon Arackal JOhn, Jul 15, 2016.

    
  1. chetan jain

    chetan jain New Member


    working perfectly in tally erp 6.1...
    thanks sir
     


  2. Mantu Joshi

    Mantu Joshi New Member


    Its absolutly perfect boss
     


  3. VDS Pune

    VDS Pune New Member



    thank you sir, but i get one error
    upload_2018-5-26_16-15-5.png

    what will i do now?
     


  4. Subash

    Subash New Member


     


  5. Subash

    Subash New Member


    Dear sir

    Please help me i have a problem with inventory manufacturing journal, i want reflect dual effect of expenses mentioned in manufacturing journal for example if we add expenses worth 5000/- on head of wages then we have to shown in wages ledger but in wages ledger there is no any amount, screen is given below please guide me. thanks
     

    Attached Files:



  6. drive

    drive Active Member


    Change sum code for location of file use in Document Attachment
    (Vb.net class code)

    Public Class BrowseFile
    Public Function SelectFile(ByVal OFDlgInitialDrectory As [String]) As String
    Dim FBDG As New System.Windows.Forms.OpenFileDialog
    Dim xStr As String = ""
    If FBDG.ShowDialog <> Windows.Forms.DialogResult.Cancel Then
    xStr = FBDG.FileName
    End If
    Return xStr
    End Function
    End Class



    /*(TDL File Code)*/

    [COM Interface:TDLSelectFileInterface]
    Project :BrowseFile
    Class :BrowseFile
    Interface :SelectFile
    Parameter :p1:String:in
    Parameter :p4:String:Out
    Returns:String
     
    Neha2017 and Pritam Krishna like this.


  7. Siju

    Siju New Member


    Our old friend Mr. Jobimon Arackal John has posted this "Facebook post" in his Facebook page.This post is about to searching GST number from Tally in GST website. While creating Ledger after you enter GST number in tally, it will take you automatically to GST website which is autofilled with the GST number you entered in Tally. The GST website will show you whether the number you have entered is correct or not.



    Code:
    [#Field:LEDGSTIN]
        On:Accept:Yes:Field Accept
        On:Accept:Yes:Call:SearchGSTIN:$$Value:#LEDITNo
    [Function:SearchGSTIN]
        Parameter:pvGSTIN:String
        Parameter:pvPAN:String
        000:Browse Url:"https://services.gst.gov.in/services/searchtp?GstInNo="+ ##pvGSTIN+"&PanNum="+##pvPAN
    
    http://tdlexpert.com/index.php?thre...ification-from-tallyerp-to-gst-web-site.6738/

    You are allowed to use the code freeely. But I think we must say thanks to him as a courtesy . A like on his page will encourage him to post more.

    https://www.facebook.com/arackal.biz
    https://www.facebook.com/arackal.john.71
     
    Sanjeev S likes this.


  8. SANDEEP SAHNI

    SANDEEP SAHNI New Member


    Thanks its working fine
     


  9. tejeet

    tejeet Member


    HELP NEEDED - HOW TO CHANGE "invoice no" as "proforma invoice no" in proforma invoice, please provide us the code, when we prepare invoice if we want sent it as proforma invoice , we select titling button from print setting & enter invoice title as proforma invoice & print proforma invoice, but it print title as proforma invoice & invoice no ( instead of proforma invoice no ) , so please suggest code to change as per attachment below :
    upload_2020-3-17_21-50-28.png
     

    Attached Files:



  10. tejeet

    tejeet Member


    HELP NEEDED - HOW TO CHANGE "invoice no" as "proforma invoice no" in proforma invoice, please provide us the code, when we prepare invoice if we want sent it as proforma invoice , we select titling button from print setting & enter invoice title as proforma invoice & print proforma invoice, but it print title as proforma invoice & invoice no ( instead of proforma invoice no ) , so please suggest code to change as per attachment below :
    upload_2020-3-17_21-51-42.png
     


Share This Page