Search found 8 matches
- Tue Mar 20, 2007 4:35 pm
- Forum: ActiveX
- Topic: Scripting create.object""
- Replies: 5
- Views: 7038
- Tue Mar 13, 2007 9:48 pm
- Forum: ActiveX
- Topic: Scripting create.object""
- Replies: 5
- Views: 7038
- Mon Mar 12, 2007 7:29 pm
- Forum: ActiveX
- Topic: Scripting create.object""
- Replies: 5
- Views: 7038
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...
- Thu Feb 08, 2007 8:59 pm
- Forum: ActiveX
- Topic: TeeChart multi-language OCX 7.0.1.3
- Replies: 7
- Views: 12052
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 ...
- Wed Feb 07, 2007 4:44 pm
- Forum: ActiveX
- Topic: TeeChart multi-language OCX 7.0.1.3
- Replies: 7
- Views: 12052
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
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
- Wed Feb 07, 2007 4:35 pm
- Forum: ActiveX
- Topic: TeeChart multi-language OCX 7.0.1.3
- Replies: 7
- Views: 12052
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...
- Wed Feb 07, 2007 3:06 pm
- Forum: ActiveX
- Topic: TeeChart multi-language OCX 7.0.1.3
- Replies: 7
- Views: 12052
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
Regards,
John
- Tue Feb 06, 2007 4:57 pm
- Forum: ActiveX
- Topic: TeeChart multi-language OCX 7.0.1.3
- Replies: 7
- Views: 12052
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 ...