Can't Redraw the PlotArea of a SpaceChart
Sat, 3 Nov 2007 15:19:01 -0700
Hello guys. I have a problem that i wanna share to find out a solution:
I Have Chart(0) in my Chartspace and want to Zoom it in, by changing the
values for verticalPosition and HorizontalPosition in Chart(0).scrollview.
Well, the values change, but the chart remains the same, i mean no visual
change despite th ...
|
Pivot table cell color
Fri, 2 Nov 2007 07:24:00 -0700
Is it possible to change back color of one cell in Pivot table. Link I want
to give end user option that they can use context menu do some work which
will change back color of one cell in pivot table.
I understand that when pivot table will get refresh either I have to
remember which cell was colored or it ...
|
Distribute OWC10 on CD instead of downloading from Microsoft
Thu, 1 Nov 2007 11:39:03 -0700
Office XP Web Components are available for download from
http://www.microsoft.com/downloads/details.aspx?FamilyID=982B0359-0A86-4FB2-A7EE-5F3A499515DD&displaylang=EN
My question is that since this is available for public download? Can we
include the .exe or one of the components (e.g., owc10.dll) on a CD with ...
|
pivot error
Wed, 31 Oct 2007 20:35:30 -0700
Hi All,
We have a pivot table that is used for reporting purposes. It gets the
data from SQL Server. The page works fine for most users. However,
there are some users (it also happens that they are in a different
country but am not sure if that is relevant) who when trying to access
that page, they get the er ...
|
OWC: How load a correct schema into XmlData
Mon, 29 Oct 2007 02:52:00 -0700
Hi all,
I'm trying to build an aspx page containing a OWC spreadsheet in order to
show some data. The idea is to apply an xsl well formed schema to an xml
obtained from a dataset.
After found some resources on the web and after saved and analyzed an excel
sheet in xml format I was able to create a styles ...
|
You can do this part-time job very well like me.
Wed, 24 Oct 2007 11:16:26 -0700
Hello,everybody.i'm from italy.Just some days ago,I add a people he
help me how to do this job ,and let me try to do it.just use one to
two hours a day,just on line can do it well.it's really true.I can
make EUR 2000 a month .Then I hope many people can do it ,to make
money easily.i read this message on the gro ...
|
Pivot table back color change
Wed, 24 Oct 2007 09:28:02 -0700
I am add some fields in Pivot table using
objPTView.RowAxis.InsertFieldSet(objPTView.FieldSets["Test"], null, false);
and able to change back color using
axPivotTable1.ActiveView.FieldLabelBackColor = "SteelBlue";
I am sure it's there but I am not able to find a properties to change back
color of fiel ...
|
|
|
Word Document Preview
Mon, 22 Oct 2007 13:36:03 -0700
is there any documentation on the Word Document Viewer and how to launch and
use it from a webpage? Does it have command line parameters to allow to
specify the file to open?
The clients may or may not have a version of MS Word loaded.
Any help is appreciated
Thanks ...
|
Server-side charting
Thu, 18 Oct 2007 20:52:49 +0200
Hello all,
I have a problem with OWC11.ChartSpace, I think it's leaking memory/handles.
I use the method 'Load' to load an XML-file.
This just works fine, but it allocates several handles to a registry-keys
and never deallocates them.
My ASPNET_WP.EXE is growing and growing.
I'm trying to report this ...
|
Pivot table C# code
Wed, 17 Oct 2007 10:28:01 -0700
I am using Pivot table in Windows application and got VB code
pt.AutoFit = false
pt.Width = "100%"
pt.Height = "65%"
How can I do same in C# Pivottable Width and Height are INT type
I am using this but like to change to in %
axPivotTable1.AutoFit = false;
axPivotTable1.Widt ...
|