Z
ZurcioS
Hello,
I've written VB6 application using OWC controls. I'm using OWC.PivotTable
and OWC.ChartSpace. Now I want to reset all formatting options to deafault
on these obejects. I't impossible to do it "prop by prop" ;-)) and I can't
find any methods to do this (even Clear on ChartSpace does not work as I
need).
So I tried to create controls in runtime using
Controls.Add("OWC10.PivotTable","OWC_Pivot"), but this work well only on my
developement machine - on others machines Controls.Add causes runtime error
731 - "in order to use OWC.PivotTable you must specify a license string for
this control.... ".
At this moment I have no idea, what to do. Can anybody help Me ?
Thanks in advance
Slawek
I've written VB6 application using OWC controls. I'm using OWC.PivotTable
and OWC.ChartSpace. Now I want to reset all formatting options to deafault
on these obejects. I't impossible to do it "prop by prop" ;-)) and I can't
find any methods to do this (even Clear on ChartSpace does not work as I
need).
So I tried to create controls in runtime using
Controls.Add("OWC10.PivotTable","OWC_Pivot"), but this work well only on my
developement machine - on others machines Controls.Add causes runtime error
731 - "in order to use OWC.PivotTable you must specify a license string for
this control.... ".
At this moment I have no idea, what to do. Can anybody help Me ?
Thanks in advance
Slawek