OWC Chart creation failure...

P

Peter

Hello All!

I have a problem with creating an OWC Chart on a ASP site.

I treid to run an example (Creating a Chart Using Data
From an ADO Recordset) found on the microsoft MSDN site,
but it always generate a failure!
(I copied the example as it was on the site!)

The failure occured when the program try to execute the
following: ChartSpace1.Clear, and after any method or
property refering to the ChartSpace1 object!

It seems that cannot create or use the object somehow!

It seems to me, that the main problem is that the
mentioned ChartSpace object acts somehow different in an
ASP application than in a VB application, because I have a
correctly running VB application with the same object!

(VisualStudio6.0, VisualInterdev, VSSP5, OWC9.0)

Please help!
 
A

Alvin Bruney

make sure the owc dll is registered on your system before you begin a
fruitless search (happened to me)
 
P

Peter

Hello!

The cause of the failure was, that I
didn't use the Constants object!

After I implemented that it works!

I will send an example code to your e-mail
([email protected])!

I hope it's not too late!

Bye!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top