John Cutsinger's Q&A profile
Microsoft ISV Community Center Forums Setting Chart Title through VBA sometimes works sometimes doesn't.
Hello folks, Wonder if anyone has the solution to the following problem. Got an Excel addin that the user can use to generate Charts. The users are very lazy and want the addin to set the titles for the chart as well as for the axis. When I tested the code everything works fine and the charts including it's titles are set. Everyone is happy. However in certain spreadsheets the code throws an error. Method 'HasTitle' of object '_Chart ...Show All
Windows Forms Wiew(get) result in text.Box from DataGridWiew
How wiew result from dataGrid( sum of one collumn and get it in one textBox) -example: sum of xlx Column and i will this sum show in a textBOX PJ. van de Sande wrote: Thanks for the reply POSKOK! I'm glad everything is working now! thanks YOU PJ vdS :) again ...Show All
SQL Server How to reference fields from another table
If I have 2 tables or even one table and a textbox in the same report (.rdl), how do I reference fields going back and fourth in an SSRS 2005 report Let's say I have 2 tables and in one table, it has one group of fields. In a new table I create, how can I reference fields from the other table Also, what is a Data Region in a Textbox properties or rectangle's properties ...Show All
Visual J# Unable to load the J# Browser Control
I've created an html page with ONLY the following code.... <OBJECT WIDTH="1024" HEIGHT="768" CLASSID="clsid:a399591c-0fd0-41f8-9d25-bd76f632415f" VJSCODEBASE="myfile.dll#_0" ID="Object1" > </OBJECT> where the dll file is named "myfile.dll" and the first class file is _0.jsl and each time I load the file into internet explorer the statusbar shows: "Unable t ...Show All
Visual Basic XML comment warning
After installing the patch KB917452, we have the following warnings for every xml comment in our VB.NET files: XML documentation parse error: Er is een ongeldig teken gevonden in de tekstinhoud. XML comment will be ignored. What's wrong with the IDE or the project Hi Abel, Your Dutch (no German) was correct. And after installing the msxml6 component, everything was OK again. Thanks a lot ...Show All
SQL Server Failed to decrypt XML node "DTS:Password"
Hi! I made an SSIS package and it runs fine on my workstation, but it fails when I run it on the SQL Server. I'm using an ODBC connection and when I run the package, I get the error message: "Login failed. Check for valid user ID, server name or password". I tried to load the project in Visual Studio on the Server and got the error message above: Failed to decrypt XML node "DTS:Password" How can I set up the permissions for ...Show All
SQL Server Load a SSIS package via Web Service: The package failed to load due to error 0xC0011008 "Error loading from XML.WHAT IS THAT?
Hello, I have a big problem and i'm not able to find any hint on the Network. I have a window2000 pc, VS2005,II5 and SQLServer 2005(dev edition) I created an SSIS Package (query to DB and the result is loaded into an Excel file) that works fine. I imported the dtsx file inside my "Stored Packages". I would like to load and run the package programmatically on a Remote Scenario using the web services. I created a soluti ...Show All
Windows Forms Binding a datagrid to a custom typed dataset
I'm trying to bind a datagrid to a custom typed dataset without much success. I want to do it a design time so I can use the table mapping tools. I'm creating the dataset with the XML designer, adding the dataset to the form by ...Show All
SQL Server SQL Server connection from C#/asp.net
I have a connect string to a SQL database: “Data Source=Cats;Initial Catalog=Orders;User ID=sa;Password=sa” It connects to the database correctly. If I change the string to: “Data Source=Cats;Initial Catalog=Orders;User ID=ian;Password=ih” It will not connect. “ian” is a valid SQL login to the Cats server with the same priviledges as the SA account – I can successfully login to SQL Query Analyzer with ian/ih. I tried the same thing on a “loca ...Show All
.NET Development XSL-FO with XML
Hello everyone, I am currently experimenting with XSL and XSL-FO and I ave discovered that I need help. I need to know how to format a XML file using XSL-FO and if need be, XSL also. I have no problem using any means, I just dont know where to start... Any help is greatly appreciated The web is littered with XSLT reference data, but in general you shouldn't even consider it without Michael Kay's 1.0 reference b ...Show All
Windows Forms reading from file
hi all i have alot of process reading from one file and i get system.io exception say can't not read from file coz it's being used by another process well i want check if the fiile busy or not b4 getting dat from it does anyone k ...Show All
Visual Studio Express Editions Problem with reading (*.doc, *.rtf and *.txt) Files
Hello, I have a problem with reading files the problem is : I`m using IO history to read *.txt files in textbox but it cannot read some languages like Arabic I`m using this code to read StreamReader files = new StreamReader (openFileDialog1.FileName); tmpbox.Text = files.ReadToEnd(); files.Close(); it reads all files correctly but not Arabic files ================================= Second part with RichTextBox: I ...Show All
Windows Forms Resgistering event handler with dynamically generated linklabels
Hello, I am dynamically generating a number of linklabels based on some client data. This is in a plain VB class, not a Form I am declaring my linklabel as: Friend WithEvents linkLabel As System.Windows.Forms.LinkLabel Then I loop through some data grabbin ...Show All
Visual C++ Studio 2005 - No more images in toolbar and treectrl in Debug mode... (CImageList problem ?)
C++ ; MFC ; x86 ; Visual Studio 2005 I was using Visual Studio 2003, and since I have installed Visual Studio 2005, toolbars (CToolBar) and treectrls (CTreeCtrl) don't show images in Debug mode and works fine in Release mode !! The common link between these classes is CImageList class... I don't really understand how I can resolve this problem, so any idea is welcomed :o) Thanks Perhaps some of the pro ...Show All
Visual C# How to Show Code Line Numbering in the Editor?
How to Show Code Line Numbering in the Editor to show like this 1 2 3 4 5 6 7 etc.. i am using VS 2005 C# express August ...Show All
