microsoft javascript debugger - Where?
Fri, 4 Jul 2008 21:22:00 -0700
I was told there is a microsoft javascript Editor that came with my 2007
office suite. It's obviously here somewhere, because when 'display a
notification for every script error' (Advanced internet options) - I get a #
of pop-ups per page - they all say 'cannot create Application Data Folder.
I've looked t ...
|
microsoft office webcomponents
Fri, 4 Jul 2008 00:55:01 -0700
Hi,
I want to implement loginv function in .C#. i have tried in internet i have
found a forum like microsoft office 2007 removed the features of excel
calculation engine.
i want to implement this function in .net. can anyone is there to help me out?
i am using office 2007 , office 2003 webcomponents an ...
|
Integrate MS Excel 2003 workbook in an ASP.NET
Thu, 3 Jul 2008 09:38:01 -0700
Hi,
I am trying to integrate MS Excel 2003 workbook in an ASP.NET project. I
want to be able to browse to the page, then see Excel workbook on the page.
I also like to be able to edit the work that is done in the workbook.
IS this possible?, and if yes, where do I start?
Thank you,
Rad ...
|
NumberFormat code no longer works in OWC 11 on Windows Server 2003
Wed, 2 Jul 2008 05:38:00 -0700
Hello,
We have some OWC code running on a classic ASP page using OWC charts. The
code has run fine in Production under Windows Server 2000 and OWC 10. The
server is being replaced by Windows Server 2003. We now are using OWC 11. We
updated the code to use the OWC11 namespace. We now encounter an error using ...
|
OWC Spreadsheet with C#
Wed, 2 Jul 2008 03:37:51 -0700 (PDT)
i do not find much documentation about OWC usage with ASP.NET C#
online.
ss = Server.CreateObject("OWC11.SpreadSheet");
sheet = ss.Sheets.Item(1);
sheet.Range("C1:""E1").NumberFormat = "mmm-yy;@";
sheet.Range("C1:""E1").HorizontalAlignment =
ss.Constants.xlHAlignLeft;
sheet.Range("A1:""E1").AutoFilter();
...
|
Pie chart colors not consistent with legend
Mon, 30 Jun 2008 15:03:00 -0700
Hi, I'm having a problem with the colors on the Pie chart not being
consistent with the colors in the legend. On my Vista and Server 2003
machines, the colors are the same; blue, violet, yellow, etc with matching
colors in the legend. However, on my Server 2008 machine, the colors are
pink, violet, yellow, ...
|
how to modify the chart's width and height
Sat, 28 Jun 2008 18:37:00 -0700
how to modify the chart's width and height on absence of width and height in
chart's attributes?
thank for help.
--
jtz ...
|
|
|
How To Bind Excel Worksheet As AxSpreadsheet Data Source?
Thu, 26 Jun 2008 21:03:06 -0700 (PDT)
Hello, how can I bind the Excel Worksheet As AxSpreadsheet Data Source? ...
|
autofit width problem
Wed, 25 Jun 2008 13:45:00 -0700
Hi,
In an OWC11 pivot table, I have an issue where I have dimensions on columns
and a single measure whose name is 13 characters long. When I drag that
measure out then replace it with a measure whose name is 5 characters long
the grid does not autofit the width. Instead, it leaves a blank area next to
t ...
|
how to delete rows in OWC10 spreadsheet?
Thu, 19 Jun 2008 09:59:24 -0700 (PDT)
Hi All,
I have the following code working for OWC, but it doesn't work for
OWC10.
spreadsheet1.ActiveSheet.Range("a1").DeleteRows(5)
it deletes row1 to row5. Does somebody know how to make it work for
OWC10?
Thanks for the help! ...
|