Thanks Ken, I've pretty much done what you suggested, including the value in my data source and changing it from a bar to a line in the graphed results...thanks!
Hi,
I've found the "Draw Custom Line at' option in Charts however I want to programmatically pass in a value (via a parameter) rather than entering a value manually. Any ideas? I'm also calling the crystal from a VB6 app.
Also, if there's a way of formatting this line differently to the...
Thanks guys for the great responses.
Jurkmonkey...tried the string.replace as you suggested but the '\'s are still there. I think Aptitude's on the right track with regards to the added '\' being the way C# handles string variables with double quote characters in them.
The reason I noticed...
New to C# and Regex so bare with me...
My problem concerns the way C# handles strings (in a way I don't understand, I come from a VB background).
The String.Replace didn't work.
I'm passing in a value into a string variable, when it hits a double quote character it wants to put in a '\'...
Hi,
I'm very new to regex and I'm trying to cleanup a string (which is xml) being passed into a web service. The string/xml's getting extra '/' values added. Via a regex replace I'm trying to change:
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
to:
<?xml version="1.0" encoding="UTF-8"?>
I'm...
I've just installed virtual pc 2004.
I've got some compatability issues with the the types of work I do (.net and VB6 development) so I'm moving my VB6 work onto the virtual PC environment. All seems good so far.
My question is: how stable is virtual PC? Any issues of corrupting the images...
Hi,
I'm having an issue where an application password that contains the special charater '®' (alt-0174), it is being converted to '?' and hence becoming invalid.
It's entered via an ASP.NET app running on Windows 2003 (IIS6.0) then going through Websphere MQ 5.3 client to a microfocus Cobol...
Hi,
I'm having an issue where an application password that contains the special charater '®' (alt-0174), it is being converted to '?' and hence becoming invalid.
It's entered via an ASP.NET app running on Windows 2003 then going through Websphere MQ 5.3 client to a microfocus Cobol program...
Hi,
Have encountered an interesting issue. We recently upped our web garden worker process from 1 to 4 in IIS6.0 (on Win Server 2003 SP1). However we started to get an 'Object Reference not set to an instance' error when running the following piece of code:
xmlTransactionElem =...
I think (not 100% sure) there is a replacement ocx in Adobe Acrobat's SDK. Our company doesn't have a subscription to download it though.
We're thinking about purchasing a third party PDF viewer control. Hopefully this might solve some of the problems we have each time Adobe release a new...
Hi, I'm a developer working on a VB6 application, it installs Adobe Reader v4 and uses the pdf.ocx to display pdf files. As users have upgraded to V5/V6 they have still been able to display pdf's using the pdf.ocx.
Now v7 is out we're getting an (app generated) error: '372 Failed to load...
Figured out cause of problem, it's a bit obscure and I was lucky to stumble across it.
It was caused by an issue with the Videosoft Tab control, one of the tabs didn't have an elastic/container control within it (it had a usercontrol ocx in it). Have added the elastic control (and placed the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.