TeeChart 5 in MS Excel

TeeChart for ActiveX, COM and ASP
Post Reply
ben
Newbie
Newbie
Posts: 2
Joined: Fri Nov 15, 2002 12:00 am
Location: Gloucester, MA

TeeChart 5 in MS Excel

Post by ben » Tue Sep 14, 2004 1:22 pm

Hi all,

We developed a simple MS Excel Workbook that has a form with a TeeChart ocx control on it.

It runs fine on the development machine but we can't seem to get it to work on other clients who don't have the develpment software on their machine.

We've tried registering only the ocx on the target machine(s) with success but when we try using the Excel Workbook, we get a trial or unlicensed or eval version popup and the chart won't work.

What file(s) or steps are needed to get the free runtime distribution ocx to work without any hiccups?

thanks in advance,
ben

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Sep 14, 2004 2:11 pm

Hi ben,

make sure that in the Client machines not exists another vresion installed. In you find anyone uninstall it, or unregister it using :
regsvr32 "c:\MyPath\TeeChart7.ocx" /u

About the "runtime distribution" you can find the info and the necessary steps to do in the TeeChart Pro Tutorials - 18 .- TeeChart runtime installation requeriments.

ben
Newbie
Newbie
Posts: 2
Joined: Fri Nov 15, 2002 12:00 am
Location: Gloucester, MA

This is the ONLY version

Post by ben » Tue Sep 14, 2004 2:42 pm

a) This is the only version on the client machine
b) It has been registered successfully on the client machine
c) This is version 5

Question: Does your ocx control consider MS Excel to be a 'development' environment?

It must be registered, otherwise, I would not get the popup about the unregistered eval copy warning when the user brings up the form with the oxc teechart control.

I'm not sure where to go from here...

thanks again in advance,
ben

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Sep 17, 2004 6:45 am

Hi ben,
Question: Does your ocx control consider MS Excel to be a 'development' environment?
Yes
It must be registered, otherwise, I would not get the popup about the unregistered eval copy warning when the user brings up the form with the oxc teechart control.
Yes, it must be registered. Have you tried unregistering the TeeChart5.ocx manually and then register it again. To unregister, go to Start -> Run... and type:
regsvr32 "C:\Program Files\TeeChart Pro v5 ActiveX Control\TeeChart5.ocx" /u

To register the control again type:
regsvr32 "C:\Program Files\TeeChart Pro v5 ActiveX Control\TeeChart5.ocx"

Post Reply