Why Voucher is not getting saved?

Discussion in 'Tally Developer' started by Vishal1419, Aug 15, 2015.

    
  1. Vishal1419

    Vishal1419 New Member


    I have written the below code:
    Code:
    [#Form: Voucher]
        On : Form Accept : (@@IsSales And    $$InCreateMode) : CALL :    SendSMSFunction
       
    [Function    :    SendSMSFunction]
        00: Walk Collection    :    collSendSMS
        01: End Walk
       
    [Collection:    collSendSMS]
        RemoteURL    :    "http://smsidea.co.in/sendsms.aspx?mobile=XXXXXXXXXX&pass=XXXXXXXX&senderid=XXXXXXX&to=XXXXXXXXXX&msg=Hello from TDL"
    
    By using the above mentioned code, I am able to send SMS but now my voucher is not getting saved.

    I mean when I accept the Voucher, all the fields are getting blank. But voucher number is not changed.
    Also, I cannot find it anywhere like DayBook or Account Summary of Ledger etc.......

    Can anybody tell me anything about this problem????????
     


  2. mutharasan

    mutharasan Member


    Dear Vishal,

    Happy Independence Day

    Try the following code
    On : Form Accept : Yes : Form Accept
    On : Form Accept : (@@IsSales And $$InCreateMode) : CALL : SendSMSFunction

    Thanks and Regards,
     


  3. Vishal1419

    Vishal1419 New Member



    Happy independence day friend

    Thank you for the reply.
    But still I am not getting my form saved.

    Can you please try the code in your computer??????
     


Share This Page