How can we send a SMS to any URL Sites without opening a Web Page?

Discussion in 'Knowledge Base' started by admin, May 17, 2013.

    
  1. admin

    admin Administrator Staff Member


    Query


    How can we send an SMS Request to any Service Provider URL without opening a Web Page?

    Solution

    While sending a request to Web Server using Action Browse URL, an explorer window opens up interrupting the Tally user. In order to send a silent request to a Web Server, one needs to make use of Collection along with User Defined Function:

    We need to specify the URL of the SMS Service Provider in the Collection as shown below:

    [Collection: Send SMS Coll]

    Remote URL : "http://www.sms.etradeindia.in/pushs...heShyam&to=9805011121&message=NarayanaKeshava"

    One can also include the parameters as a part of the URL being requested. Subsequently, we just need to walk over this collection within a User Defined Function as shown below:

    [Function: Send SMS]

    00 : WALK COLLECTION : Send SMS Coll
    10 : END WALK
     
    Rabindra Giri, Shetmano and Ras Raj like this.


  2. K Vinod Kumar

    K Vinod Kumar New Member


    Dear Sir,
    Can I use the same method to send send SMS from Tally using HTTP API of the SMS provider? I have taken an account from the SMS provider for the same purpose. I need to send a SMS to the customer after any receipt entry is made. I have not done this thing before.

    Please help.

    Regards
    Vinod
     



  3. Dear Sir,
    Can I use the same method to send send SMS from Tally using HTTP API of the SMS provider? I have taken an account from the SMS provider for the same purpose. I need to send a SMS to the customer after any receipt entry is made. I have not done this thing before.

    Please help.
     


  4. manish sabharwal

    manish sabharwal New Member


    Res admin & all:)
    i would like to inform you taht kindly help me to complited my sms project
    Regards
    manish sabharwal
     

    Attached Files:

    • sms.txt
      File size:
      1.9 KB
      Views:
      554


  5. Sushant Bhalbar

    Sushant Bhalbar New Member


    Hi,

    Is this full code to send SMS, because i m not able to understand how to send SMS using this code & also not able to understand what is Remote URL exactly?? which site i need to use to send SMS. Please help me.
     


  6. Sushant Bhalbar

    Sushant Bhalbar New Member


    Its not full code .......yaar so dont even try it...
     


  7. K Vinod Kumar

    K Vinod Kumar New Member


    Dear Admin,
    The above code is fine, but when this code is executed, the Tally application quits without any message. Tally people too are not able to provide a solution. But if we use the BrowseURLEx or BrowseURL it works fine. With your experience and expertise kindly advice.

    Regards
    Vinod
     


  8. stechsundar

    stechsundar New Member


    Dear Admin,

    I agreed with Mr. Vinod. Actually I entered here for googling answer of this query. I could send sms using Browseurl, but using Remoteurl it is not working.

    Regards

    Stechsundar
     


  9. NANDKUMAR FULFAGER

    NANDKUMAR FULFAGER New Member


    we do but not sending sms without browse url open
    plz help us for tdl
     



  10. Dear Sir,

    Remote URL does not work in Button. Please Help.

    Regards
     


  11. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Post yr code, then only we can chk n update
     


  12. suresh mandloi

    suresh mandloi New Member


     


  13. junaid

    junaid New Member


    i have tp-link 3g usb modem how to i send sms using my sim
     


  14. teja varma

    teja varma Active Member


    sms is send through the internet not about network device which giving the network connection
    if you send an sms you just need to connect to internet thats it
    happy coding:)
     


  15. teja varma

    teja varma Active Member


    Solved
    create a dll which takes number , message and key (if required) as a parameters
    create a com interface in tdl with two input parameters and one output parameter(response)
    on form(receipt color)accepts call function which execute com interface by pass ledger contact and message as parameters

    *********** dll part ****************

    the dll will use http requset method (c# or Vb or c++) to request the url or http api and send the message also get the response
    then send that response as output to the com interface
    read response in function if okay show msg box as success if falied show the failure message


    if you need any help in developing dll or tdl please feel to ask me
    iam always ready to help you

    happy coding :)
     


  16. MithunN

    MithunN Member


    sir can you explain the how to develop dll form tally
     


  17. Akumar

    Akumar New Member


    Using API you can send sms
     


  18. teja varma

    teja varma Active Member



  19. Sushant Bhalbar

    Sushant Bhalbar New Member


    Yes Its possible
     


Share This Page