OWC 10 Problems and questions

B

Botinha

Hi!

I hope someone could help me!
I am using vbscript and owc 10 with this two objects, <object
classid=clsid:0002E552-0000-0000-C000-000000000046 id="PTable"> and
<OBJECT CLASSID=clsid:0002E556-0000-0000-C000-000000000046
id="ChSpace">

If it is possible send me some examples in vbscript.
Here are my questions:

1-How could i change font and color for members? In owc9 i would make
it with MemberFont and MemberBackColor.
2-How should a change column width for all fields (datafiels,column
fields...)?
3-How could i change tiptext for my data axis? I try to use
beforeScreenTip event but couldn't get it!!!
4-Is there any possibility of using custom chart types of excel in owc
pivot charts?
5-I had change the toolbar of my pivot table by adding some buttons.
And now i would like to add a combo box or something like that, it is
possible? Is there any way of doing that?
6-How does the field List with dimensions and measures works? Is there
a way for extend it?
7-One of my buttons actions opens a new windows with a combo box fill
with some of my dimensions. How should i send my selected dimension to
the pivot table? It is possible by selecting a dimension of the combo
of new page which could change, for example, active dimensions of my
pivot table? Well, it possible by selecting a dimension in the new
page add that dimension to the pivot table?

Thanks in advanced

André Fonseca
 
A

Alvin Bruney [MVP]

There are some code snippets at tinyurl.com/27cok which may be of use to
you. In addition, you may want to download and install the office web
component toolpack and associated helpfiles
 
B

Botinha

Hello!
Thanks for replying!
I had allready install the office web
component toolpack and associated helpfiles.
Didn't help me in the cases i asked about!
Why some method of owc9 had disapear in owc10???

Thanks

André Fonseca


Alvin Bruney said:
There are some code snippets at tinyurl.com/27cok which may be of use to
you. In addition, you may want to download and install the office web
component toolpack and associated helpfiles

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Botinha said:
Hi!

I hope someone could help me!
I am using vbscript and owc 10 with this two objects, <object
classid=clsid:0002E552-0000-0000-C000-000000000046 id="PTable"> and
<OBJECT CLASSID=clsid:0002E556-0000-0000-C000-000000000046
id="ChSpace">

If it is possible send me some examples in vbscript.
Here are my questions:

1-How could i change font and color for members? In owc9 i would make
it with MemberFont and MemberBackColor.
2-How should a change column width for all fields (datafiels,column
fields...)?
3-How could i change tiptext for my data axis? I try to use
beforeScreenTip event but couldn't get it!!!
4-Is there any possibility of using custom chart types of excel in owc
pivot charts?
5-I had change the toolbar of my pivot table by adding some buttons.
And now i would like to add a combo box or something like that, it is
possible? Is there any way of doing that?
6-How does the field List with dimensions and measures works? Is there
a way for extend it?
7-One of my buttons actions opens a new windows with a combo box fill
with some of my dimensions. How should i send my selected dimension to
the pivot table? It is possible by selecting a dimension of the combo
of new page which could change, for example, active dimensions of my
pivot table? Well, it possible by selecting a dimension in the new
page add that dimension to the pivot table?

Thanks in advanced

André Fonseca
 
A

Alvin Bruney [MVP]

OWC10 was completely re-architected from OWC9. Some functionality has been
deprecated, others have been added.

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Botinha said:
Hello!
Thanks for replying!
I had allready install the office web
component toolpack and associated helpfiles.
Didn't help me in the cases i asked about!
Why some method of owc9 had disapear in owc10???

Thanks

André Fonseca


Alvin Bruney said:
There are some code snippets at tinyurl.com/27cok which may be of use to
you. In addition, you may want to download and install the office web
component toolpack and associated helpfiles

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Botinha said:
Hi!

I hope someone could help me!
I am using vbscript and owc 10 with this two objects, <object
classid=clsid:0002E552-0000-0000-C000-000000000046 id="PTable"> and
<OBJECT CLASSID=clsid:0002E556-0000-0000-C000-000000000046
id="ChSpace">

If it is possible send me some examples in vbscript.
Here are my questions:

1-How could i change font and color for members? In owc9 i would make
it with MemberFont and MemberBackColor.
2-How should a change column width for all fields (datafiels,column
fields...)?
3-How could i change tiptext for my data axis? I try to use
beforeScreenTip event but couldn't get it!!!
4-Is there any possibility of using custom chart types of excel in owc
pivot charts?
5-I had change the toolbar of my pivot table by adding some buttons.
And now i would like to add a combo box or something like that, it is
possible? Is there any way of doing that?
6-How does the field List with dimensions and measures works? Is there
a way for extend it?
7-One of my buttons actions opens a new windows with a combo box fill
with some of my dimensions. How should i send my selected dimension to
the pivot table? It is possible by selecting a dimension of the combo
of new page which could change, for example, active dimensions of my
pivot table? Well, it possible by selecting a dimension in the new
page add that dimension to the pivot table?

Thanks in advanced

André Fonseca
 

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