binding a chart through an activex

A

Antoine Prevot

Hi,

I'm encapsulating a pivot table (10) in a common activex written in VB6
(yeah, i know ... but i have no choice ...) in order to add several
functionnalities to it : drillthrough, color coding, member research etc.

I'm now looking for a way to bind a simple chart to this component. Exposing
*all* properties, methods and envents of the former pivottable should work (i
guess), but it's pretty hard and generates a lot of unexplained runtime
errors.

Does anybody knows what props/events are used by the chart to retrieve his
datas from the pivottable ? Is there a reasonnable way to do this stuff, or
will i need to insert the chart in my component to bind it to a proper
pivottable object ?
 

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