owc mdx - urgent!
Sun, 2 Mar 2008 10:19:01 -0800
i'm trying to change colors on the pivot grid dynamically based on something
in my application. i thought it would be a simple string in the commandtext,
but i keep getting a "query could not be processed" error.
i do not use mdx in the rest of my app, i let the pivot grid talk to ssas
2005 without interfe ...
|
SpreadSheetClass SDK
Fri, 29 Feb 2008 11:28:55 +0800
Hi,
Please tell me where can download SpreadSheetClass SDK or Developer Document
for ASP.Net.
...
|
Insert Image in SpreadSheet
Fri, 29 Feb 2008 10:42:36 +0800
Hi,
How to insert a catercorner in SpreadSheet? Please help me.
Please view image.
...
|
OWC Spreadsheet in access 2003
Wed, 27 Feb 2008 07:01:26 -0800 (PST)
Hi,
I've added an OWC 11 component to an Access Form but cannot access the
cells via vba
I have tried setting the object as follows
Dim owcSpread As OWC11.Spreadsheet
Set owcSpread = Form_Form1.Spreadsheet0
But I get a type mismatch.....
I have also just tried Form_Form1.Spreadsheet0 but intellise ...
|
Pie Chart Click event
Wed, 27 Feb 2008 01:41:01 -0800
Hello,
I have a question about the pie chart click event.
I would like to get the value of the pie chart when user click on it.
For example in columnChart, i can get the value by:
value =
Chart.charts(0).Axes(chConstants.chAxisPositionCategory).CategoryLabels(Chart.Selection.Index).Caption
Is it pos ...
|
owc11 image generated chart is blank when published
Tue, 26 Feb 2008 19:03:00 -0800
Hi,
I currently have problem with my owc11 generate chart, if i open the chart
using vb.net i can see the chart. but if i publish it in my vista web server
then the chart image goes blank...
is there any incompatibility issue with vista? ...
|
how to delete column
Tue, 26 Feb 2008 15:57:24 -0800 (PST)
Hi,
How can one delete a column and left shift the following columns?
I tried following but it fails.
myspreadsheetobject.ActiveSheet.Columns("a:a").delete(myspreadsheetobject.constants.XlDeleteShiftDirection.xlShiftToLeft);
What am i doing wrong?
Thanks in advance...
...
|
|
|
Trendline error
Thu, 21 Feb 2008 02:46:00 -0800
Hi,
I'm tring to add a linear regression trendline to OWC scatter chart.
When I add it (Commands & Options --> General tab), I get "Trendline Error"
on the chart.
Thanks,
Assaf ...
|
OCW11 Chartspace asp classic example
Wed, 20 Feb 2008 19:41:57 +0100
HI!!!!
Where can I find some ocw11 asp examples? I have found example in
ocw.chart but this component is an office2000 component and it's old.
Can you help me?
Thanks!!! ...
|
Creating sheets in AXSpreadSheet
Wed, 20 Feb 2008 02:18:03 -0800
Hi,
I am using OCW11 SpreadSheet office component. I am trying to create more
shees in the active workbook but i am not able to achive so far. I am seeing
a function to do this but i could not figure out the usage. Could you let me
know how to add a new sheet dynamically in the spreadsheet which is placed on ...
|