Search found 8 matches

by Todd Taylor
Tue Mar 20, 2007 4:35 pm
Forum: ActiveX
Topic: Scripting create.object""
Replies: 5
Views: 6957

At first i was getting a permission denied error. But now i don't get an error message. It just hangs it seems. It doesn't return anything... Any ideas as to what i can try?
by Todd Taylor
Tue Mar 13, 2007 9:48 pm
Forum: ActiveX
Topic: Scripting create.object""
Replies: 5
Views: 6957

No, not even the ASP Server Examples work... Any clues as to what we can try?

Thanks!
-cg :)
narcis wrote:Hi Todd Taylor,

Can you run the ASP Server Examples, available at TeeChart's program group? If so, please try comparing your project with those examples.

Thanks in advance.
by Todd Taylor
Mon Mar 12, 2007 7:29 pm
Forum: ActiveX
Topic: Scripting create.object""
Replies: 5
Views: 6957

Scripting create.object""

Saludos! We have upgraded to Teechart7 (The langs versions). We are unable to get the teechart object to get created server-side via ASP script. We are running: Set Chart1 = CreateObject("TeeChart.TChart.7") And we get a permission denied error. We have given the .ocx read & execute privs for the II...
by Todd Taylor
Thu Feb 08, 2007 8:59 pm
Forum: ActiveX
Topic: TeeChart multi-language OCX 7.0.1.3
Replies: 7
Views: 11945

TeeChart multi-language OCX 7.0.1.3

Hi, I've just tested the teechart7lang.OCX which I downloaded from my alpha web site in my VB application and the language is really changed at the runtime. Below is the logic I have in the VB app: Private Sub Form_Load() TChart1.Language = 12 'laSpanish TEditor1.Chart = TChart1 End Sub Private Sub ...
by Todd Taylor
Wed Feb 07, 2007 4:44 pm
Forum: ActiveX
Topic: TeeChart multi-language OCX 7.0.1.3
Replies: 7
Views: 11945

TeeChart multi-language OCX 7.0.1.3

Hi,

Oh, I don't have any VB software installed on my machine except for C++ builder, and VC++ . Do you want me to try other languages?

Regards,

John
by Todd Taylor
Wed Feb 07, 2007 4:35 pm
Forum: ActiveX
Topic: TeeChart multi-language OCX 7.0.1.3
Replies: 7
Views: 11945

TeeChart multi-language OCX 7.0.1.3

Below is what I did: <SCRIPT LANGUAGE="VBScript"> sub window_onload() on error resume next TChart1.Language=laSpanish sub window_onload() on error resume next TChart1.Language=laSpanish FillChart() end sub sub FillChart() 'sets up Chart to print from IE's print option TChart1.Environment.IEPrintWith...
by Todd Taylor
Wed Feb 07, 2007 3:06 pm
Forum: ActiveX
Topic: TeeChart multi-language OCX 7.0.1.3
Replies: 7
Views: 11945

TeeChart multi-language OCX 7.0.1.3

I am not using teechart for applications. I am using tee chart AX for IE7, and using VBScript to communicate with teechart.

Regards,

John
by Todd Taylor
Tue Feb 06, 2007 4:57 pm
Forum: ActiveX
Topic: TeeChart multi-language OCX 7.0.1.3
Replies: 7
Views: 11945

TeeChart multi-language OCX 7.0.1.3

Hi, I followed the instructions to install the multi-language version from the usage notes.txt, then set the language at the runtiime either like TChart1.Language=12 or TChart1.Language=laSpanish. When page is loaded on the client side, the chart editor still shows in English(default language). Can ...