Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. carlgomerski

    Draw Custom Line option ... changing via a parameter

    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!
  2. carlgomerski

    Draw Custom Line option ... changing via a parameter

    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...
  3. carlgomerski

    regex question

    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...
  4. carlgomerski

    regex question

    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 '\'...
  5. carlgomerski

    regex question

    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...
  6. carlgomerski

    Virtual PC 2004 - how stable?

    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...
  7. carlgomerski

    Special Character Conversion problem

    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...
  8. carlgomerski

    Special Characters being converted.

    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...
  9. carlgomerski

    Web Garden Issue

    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 =...
  10. carlgomerski

    Adobe Reader v7 and pdf.ocx

    Use acropdf.dll, it comes with Adobe Reader v7.0. It calls the same functions as the old pdf.ocx.
  11. carlgomerski

    Adobe Reader v7 and pdf.ocx

    I'd assume so. Again I couldn't 100% confirm that the SDK includes a PDF.ocx. I couldn't find any offical doco, it's just what I read in other forums.
  12. carlgomerski

    Adobe Reader v7 and pdf.ocx

    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...
  13. carlgomerski

    Adobe Reader v7 and pdf.ocx

    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...
  14. carlgomerski

    Shortcut key on button not working, though button gets focus?

    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...
  15. carlgomerski

    Shortcut key on button not working, though button gets focus?

    The code for the button is in the click event, I've put breaks in this code to see if any part of this event gets triggered, it doesn't. I've been looking for other controls with the same shortcut keys. There are other buttons with the same shortcut but they are in different tabs on the tab...
  16. carlgomerski

    Shortcut key on button not working, though button gets focus?

    Hi, Having trouble with a short cut key on a command button. Have setup a shortcut in the caption of the button &quot;&Restore&quot;. However when I press the Alt-R shortcut the button gets focus (I can see the text being highlighted) but the click event isn't activated? I've also noticed...

Part and Inventory Search

Back
Top