Click here to Skip to main content
15,920,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My VBCoding here

Tally.Vouchers.UpdateVoucher.VoucherDate = txtDate.text (Date is = 01/01/2013


My Problem is when I check Voucher date in Tally it is : 01/04/2012

Can anyone please tell me why this Voucher Date is not update??

Thanks in Advance
Posted

Aside from this question having been asked before here on CP: integrating tally with vb 6.0 Voucher date problem[^].
I found this little nugget: Tally 7.2 does not change date in voucher entry?[^] and found the answer given to that question quite interesting.
The major question you have to ask yourself is why are you not using Tally's support at :http://www.tallysolutions.com/website/html/support.php[^].

Regards,

— Manfred
 
Share this answer
 
v2
Comments
Ashish Prajapati 12-Mar-13 7:36am    
I m tried tally sdk but problem in xml http using vb6.0?
do you have any other solution????

Please this is urgent.
Manfred Rudolf Bihy 12-Mar-13 7:46am    
You must be shitting me! Of course your question is about tally and not "xml http using VB 6.0". Your code is even using the Tally libraries.
What are you trying to pull off? Now I'm convinced you're using a pirated version of the Tally software.

BTW, it may be urgent to you, but not to us. If it is so urgent as you keep repeating in the comments, why not shell out the extra bucks and buy yourself some support from Tally. They'll be more than glad to help you, I presume.
Ashish Prajapati 12-Mar-13 8:20am    
Thank you very much sir

but i m using tally sdk but not working this sdk vb example
Manfred Rudolf Bihy 12-Mar-13 8:30am    
If you have a non-pirated version of Tally, you should be able to ask them for support.
This is all I have to say to that.
Ashish Prajapati 13-Mar-13 1:46am    
I have prirated version
Please any idea for this matter.
If you have "On Error Resume Next", the error will be ignored. until "On Error Goto 0"

What value is there in txtDate.txt?

What value is there in Tally.Vouchers.UpdateVoucher.VoucherDate after the update?
 
Share this answer
 
Comments
Ashish Prajapati 12-Mar-13 7:34am    
Tally.Vouchers.UpdateVoucher.VoucherDate = "12/03/2013"

here "12/03/2013" but after update

I m getting this date "01/04/2012" in tally software.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900