TeeCommander???_OnEditedCart() in 2011
-
- Newbie
- Posts: 14
- Joined: Thu Dec 01, 2011 12:00 am
TeeCommander???_OnEditedCart() in 2011
Can I use the client-side VBscript event "Sub TeeCommander<%=pIntBlkNumb%><%=intChartCount%>_OnEditedChart()" in ActiveX 2011? It worked fine before the upgrade with version 7.x but now on closing the editor I do not enter this routine at all.
-
- Newbie
- Posts: 14
- Joined: Thu Dec 01, 2011 12:00 am
Re: TeeCommander???_OnEditedCart() in 2011
Any progress on this?
Re: TeeCommander???_OnEditedCart() in 2011
Hi Wieselberg,
Excuse us for the delay here.
We've found some problems with the ASP examples and we are trying to solve them as soon as possible.
We'll be back to you here asap.
Excuse us for the delay here.
We've found some problems with the ASP examples and we are trying to solve them as soon as possible.
We'll be back to you here asap.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeCommander???_OnEditedCart() in 2011
Hi Wieselberg,
This is a bug with the current TeeChart 2011 ActiveX release which has been fixed for the next maintenance release. If it's necessary we could send you a an *.ocx with the fix in the next weeks.
This is a bug with the current TeeChart 2011 ActiveX release which has been fixed for the next maintenance release. If it's necessary we could send you a an *.ocx with the fix in the next weeks.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 14
- Joined: Thu Dec 01, 2011 12:00 am
Re: TeeCommander???_OnEditedCart() in 2011
Yes, please send me the update as soon as possible. I assume I'll need both *.ocx and updated *.cab file. Thank you!
Re: TeeCommander???_OnEditedCart() in 2011
Hi Wieselberg,
We've just announced the v2011.0.0.5 that should include the fix. Could you please give it a try?
http://www.teechart.net/support/viewtop ... =1&t=12950
We've just announced the v2011.0.0.5 that should include the fix. Could you please give it a try?
http://www.teechart.net/support/viewtop ... =1&t=12950
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 14
- Joined: Thu Dec 01, 2011 12:00 am
Re: TeeCommander???_OnEditedCart() in 2011
I plan to try it on Monday, the 16th. Sorry for the delay. I assume the maintenance release is available for download now, correct?
Re: TeeCommander???_OnEditedCart() in 2011
Hi Wieselberg,
Yes, of course.Wieselberg wrote:I assume the maintenance release is available for download now, correct?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 14
- Joined: Thu Dec 01, 2011 12:00 am
Re: TeeCommander???_OnEditedCart() in 2011
I applied maintenance release 5, but it did NOT fix this problem.
Re: TeeCommander???_OnEditedCart() in 2011
Hi Wieselberg,
The following works for us here:
Please, make sure you have the v2011.0.0.5 registered in the machine.
If you still have problems with it, please try to arrange a simple example asp page we can run as-is to reproduce the problem here.
Thanks in advance.
The following works for us here:
Code: Select all
Sub TeeCommander2_OnEditedChart()
TChart2.Header.Caption = "aaaaaaaaa"
end sub
If you still have problems with it, please try to arrange a simple example asp page we can run as-is to reproduce the problem here.
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 14
- Joined: Thu Dec 01, 2011 12:00 am
Re: TeeCommander???_OnEditedCart() in 2011
Mainenance release 5 was definitely regisered when I ran my test. 4 did not exist on my machine at that time. I cannot create a simple example from our codebase. Can you send me an entire working example, which I'll try to enhance with what we have, piece by piece?
Re: TeeCommander???_OnEditedCart() in 2011
Hi Wieselberg,
Find it attached. Simply overwrite the file with the same name in the ASP demos (backup it before overwriting it) and run the first example in the demos.
Find it attached. Simply overwrite the file with the same name in the ASP demos (backup it before overwriting it) and run the first example in the demos.
- Attachments
-
- TeeFromWebClient.zip
- (1.22 KiB) Downloaded 762 times
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |