Search found 14 matches

by scotth
Tue May 03, 2005 12:22 pm
Forum: ActiveX
Topic: Error when setting series maximum if value is negative
Replies: 7
Views: 8018

Thank you. You are quite correct. In the case where the max is negative, setting it BEFORE setting the minimum, which defaults to zero, causes the error. We coded around that possibility now...works fine.
by scotth
Thu Apr 28, 2005 3:43 pm
Forum: ActiveX
Topic: Error when setting series maximum if value is negative
Replies: 7
Views: 8018

Thanks for the reply...but I am not sure where we are going with this. That code works for me too. The failure is when the series(0) maximum is attempted to be set with a negative value...then we get the error. The first problem in this thread is fixed by the latest release. The negative maximum pro...
by scotth
Thu Apr 28, 2005 1:00 pm
Forum: ActiveX
Topic: Error when setting series maximum if value is negative
Replies: 7
Views: 8018

Unfortunately, no.......it has not been fixed in the latest release. Steema sent us an early version of this release and the negative maximum still fails as described above.

Just to be certain, I installed as requested above....same result......same error message.
by scotth
Mon Apr 25, 2005 1:04 pm
Forum: ActiveX
Topic: Error when setting series maximum if value is negative
Replies: 7
Views: 8018

Error when setting series maximum if value is negative

We have been experiencing this error since version 5......keep hoping that it will be fixed in a new version or in maintenance. The error occurs when trying to set a series maximum: .Axis.Custom(jIndex).Maximum = nMax * 0.9 ....where nMax = -5 for instance. jIndex seems to be irrelevant. but is usua...
by scotth
Sat Apr 23, 2005 11:33 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

Please ignore the problem reported in the post above. It is no longer happening....suspect a conflict between having the new ocx on the server and the old one cached by IE on the client.
by scotth
Sat Apr 23, 2005 3:12 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

We appreciate your sending the early cab and ocx. Thanks again. The new code corrected the original problem that started this thread. However, there still seems to be a problem with the editor control. If we select the Series Tab...then Data Source, we get "List index out of bounds (-1)" I don't thi...
by scotth
Fri Apr 22, 2005 2:39 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

Thank you very much.
by scotth
Fri Apr 22, 2005 1:04 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

Thanks...but this is an ASP installation, so I need the CABS. Please let me know when they are ready.
by scotth
Thu Apr 21, 2005 5:20 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

Waiting for version 7 maintenance release as above. Any idea when it will be ready?
by scotth
Fri Apr 15, 2005 12:56 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

I will wait for the new version to see if this problem remains. When will it be ready for download???
by scotth
Mon Apr 11, 2005 11:55 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

Thank You. I will try to make a temporary patch...or just wait for the release. We did manage to bypass the code that seems to cause the problem, but then found another issue. After you select the Series Tab...and then click on Data Source...you get an out of bounds index (-1). After that you get no...
by scotth
Mon Apr 11, 2005 3:47 pm
Forum: ActiveX
Topic: Help Keeps Displaying the Same Page
Replies: 1
Views: 3451

Help Keeps Displaying the Same Page

We are trying to get the help file to work for a chart implementation via an ASP page. The chart pops up in it's own window with the toolbar control. The toolbar control works fine....but whenever we hit the help button, it goes to the same page......which is the first page in the help file....Edito...
by scotth
Mon Apr 11, 2005 2:14 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

Anyone monitoring this forum?

I have been trying to debug this issue without success. The host asp page runs fine....it produces output that looks like the normal tee format. Then I get the client-side error I specified. Is something wrong with this version?????????
by scotth
Tue Apr 05, 2005 6:15 pm
Forum: ActiveX
Topic: Upgrade Problem Version 6 to Version7
Replies: 13
Views: 13135

Upgrade Problem Version 6 to Version7

We recently purchased the upgrade from 6 to 7. We have code that worked fine under version 6 (version 5 too)...that fails in version 7. The error is Error Reading Series0.CustomVertAxis: List index out of bounds (-1) A saw another post about adding one to the array index....and I saw no explanation ...