ANN: The O.W.C. Black Book is now on Amazon

  • Thread starter Alvin Bruney [MVP - ASP.NET]
  • Start date
N

Neale

Hi Alvin,
Why is your book not available in electronic form.... It takes up to 3 weeks
to get a copy in Europe.... I have ordered one anyway, but I also have a post
on this newsgroup (on 1st June 2005) that I desperately need help with....
Will you have a look please.

Thanks
 
A

Alvin Bruney [MVP - ASP.NET]

The e-book will be released when there are enough user requests for it.
Right now, there really isn't.

see inline...


I was under the impression that the XMLData property of the pivottable was
a
read/write property.
it is.

The chart clears, but does not re-display with the saved settings. The
code
I am using to assign the XMLData is;

Form_frmQueryViewer.PivotTable.XMLData = strLoadedXMLData

This should be working unless you are running into an obscure issue. Crap
open the xmldata feed and examine the nodes for the specific formatting
AFTER the load has been performed to see if your settings were actually
saved.


--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
Neale said:
Hi Alvin,
Why is your book not available in electronic form.... It takes up to 3
weeks
to get a copy in Europe.... I have ordered one anyway, but I also have a
post
on this newsgroup (on 1st June 2005) that I desperately need help with....
Will you have a look please.

Thanks

Alvin Bruney said:
See link
http://www.amazon.com/exec/obidos/t...11-1/ref=sr_11_1/102-7068075-5118558?v=glance

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
 
N

Neale

Hi Alvin,
Thanks for responding.
I did in fact have a look at the XML feed to determine whether my specific
filter settings were being included, and they are. I saved two different
views and the XML data is correct for each.
One other possibility that I considered is an OWC10/OWC11 issue. I am using
OWC10 - becase the sample code in the help files I was using referred to the
OWC10 object. With OWC11, I get a type mismatch on the Set line below;
Dim pvtTable As OWC11.PivotTable
Set pvtTable = Forms("frmQueryViewer").PivotTable
Any thoughts as to why OWC11 does not line the above line?
Thanks once again.

Alvin Bruney said:
The e-book will be released when there are enough user requests for it.
Right now, there really isn't.

see inline...


I was under the impression that the XMLData property of the pivottable was
a
read/write property.
it is.

The chart clears, but does not re-display with the saved settings. The
code
I am using to assign the XMLData is;

Form_frmQueryViewer.PivotTable.XMLData = strLoadedXMLData

This should be working unless you are running into an obscure issue. Crap
open the xmldata feed and examine the nodes for the specific formatting
AFTER the load has been performed to see if your settings were actually
saved.


--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
Neale said:
Hi Alvin,
Why is your book not available in electronic form.... It takes up to 3
weeks
to get a copy in Europe.... I have ordered one anyway, but I also have a
post
on this newsgroup (on 1st June 2005) that I desperately need help with....
Will you have a look please.

Thanks

Alvin Bruney said:
See link
http://www.amazon.com/exec/obidos/t...11-1/ref=sr_11_1/102-7068075-5118558?v=glance

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
 

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

Similar Threads


Top