CAN'T REALLY hide OWC's pivotTable's fieldlist box.

I

Ivanchain

Hi, friends, please have a look about this:

Take a pivotTable of OWC, and set the property DisplayFieldList to false.
Then I think the FieldListBox will go. But, in fact, everytime when I set the
XMLData property to load the pivotTable, it show the fieldlist box first,
then close it. If you change focus to another form on your desktop(outside of
your application) during it showing the fieldlist box, then change focus
back, you will see the fieldlist box will be there and not closed.

Is it a bug?

Thanks.
Ivan.
 
A

Alvin Bruney [ASP.NET MVP]

It's not a bug per se, the xml load re-initializes the component. You would
need to either hide it using appropriate XML tags or use a script function
to hide it after the data is loaded.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 
I

Ivanchain

Thanks Bruney, you are a really expert of OWC!
Could you tell me how to hide it using appropriate XML tags?

If using a script function to hide it after the data is loaded, I can't
avoid to show the
fieldlist box at least one time, right?

Thanks.


Alvin Bruney said:
It's not a bug per se, the xml load re-initializes the component. You would
need to either hide it using appropriate XML tags or use a script function
to hide it after the data is loaded.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------



Ivanchain said:
Hi, friends, please have a look about this:

Take a pivotTable of OWC, and set the property DisplayFieldList to false.
Then I think the FieldListBox will go. But, in fact, everytime when I set
the
XMLData property to load the pivotTable, it show the fieldlist box first,
then close it. If you change focus to another form on your desktop(outside
of
your application) during it showing the fieldlist box, then change focus
back, you will see the fieldlist box will be there and not closed.

Is it a bug?

Thanks.
Ivan.
 
A

Alvin Bruney [ASP.NET MVP]

I don't know the exact syntax but it is rather easy to figure out. Simply
hide the fieldlist and export or save the data as XML. Then you can view the
tags from notepad or your favorite editor.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------



Ivanchain said:
Thanks Bruney, you are a really expert of OWC!
Could you tell me how to hide it using appropriate XML tags?

If using a script function to hide it after the data is loaded, I can't
avoid to show the
fieldlist box at least one time, right?

Thanks.


Alvin Bruney said:
It's not a bug per se, the xml load re-initializes the component. You
would
need to either hide it using appropriate XML tags or use a script
function
to hide it after the data is loaded.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------



Ivanchain said:
Hi, friends, please have a look about this:

Take a pivotTable of OWC, and set the property DisplayFieldList to
false.
Then I think the FieldListBox will go. But, in fact, everytime when I
set
the
XMLData property to load the pivotTable, it show the fieldlist box
first,
then close it. If you change focus to another form on your
desktop(outside
of
your application) during it showing the fieldlist box, then change
focus
back, you will see the fieldlist box will be there and not closed.

Is it a bug?

Thanks.
Ivan.
 

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