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 Chriss Miller 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: *

  • Users: dtqbterror
  • Content: Threads
  • Order by date
  1. dtqbterror

    Testing To See If An Excel Workbook Is Protected

    I have an application that opens a Excel Workbook and updates several cells. Sometime the Workbook will be Password Protected and sometimes it will not. I have searched all over the Internet to find a way to test to see if the Workbook is protected before opening it. This way I can prompt for...
  2. dtqbterror

    Weird JavaScript Internal Math Error

    Anyone ever seen this issue with JavaScript in IE. alert(2355.20 * 100.0) Using this specific (2355.20) number the value returned is actually. 235519.99999999997 http://www.chiefscoalition.com
  3. dtqbterror

    DataGridBool Column Causes Buttons To Lock Up

    I am working on an Application were I am dynamically adding a DataGridBoolColumn in order to select items to delete. The problem I am having is that all of the buttons on my Form work normally as long as none of the DataGridBoolColumn Items have been checked. However as soon as I check one of...
  4. dtqbterror

    Adding A Hyperlink Column To A DataGrid In Winform

    I have been searching all over the internet for an example of how to add a new column style to the winform datagrid so that the data contained will be a hyperlink. I have been unable to find a good example of this. Does anyone have a link to a tutorial that discusses this. Thanks...
  5. dtqbterror

    Crystal Report Attachment & Web Service

    I have a web service that returns a Crystal Report attachment within the soap message. The thing that is strange is that when I run the web service and return the report from my local web site it comes back looking great but, when I run the web service on out server the report comes back...
  6. dtqbterror

    Building and XML Document

    Just wanted to get peoples options on how best to create a XML Document within a VB6 Application. I have been tasked with taking a VB6 application and making it communicate with a .NET web service. I have been able using the SOAP Toolkit to get the communications working w/attachments but, I...
  7. dtqbterror

    Web Service W/Attachments Question

    I have been doing research regarding the consumption of a .NET web service with VB6. I have found that you need to us the SOAP Toolkit 3.0 in order to do this. In the documentation of the SDK I have found info regarding attachments and some example code. The thing is that all of the example code...
  8. dtqbterror

    Web Service W/Attachments Question

    I have been doing research regarding the consumption of a .NET web service with VB6. I have found that you need to us the SOAP Toolkit 3.0 in order to do this. In the documentation of the SDK I have found info regarding attachments and some example code. The thing is that all of the example code...
  9. dtqbterror

    Exporting Across A Network

    I am trying to use the export function of Crystal in a .Net app to export a docuemtn to a PDF format. I want to export the document to a network drive not the local drive. I can get the docuemnt to export to the local drive but when I change the export path to the UNC or drive letter mapping...
  10. dtqbterror

    Creating Frame Layout Using <DIV> Tag

    I am working on a site that uses frames to include a menu on the left side of the page. It has frames set up for the header, menu, content and footer sections. When some one selects one of the menu items the target of the menu is set to be the contents frame so it can dynamically change the...
  11. dtqbterror

    try is a reserved identifier.

    I am attempting to use the JavaScript standard error handler in NS 4.X try { ... } catch { ... } finally { ... } but keep getting the error try is a reserved identifier. Does anyone know why this is and how to fix it.
  12. dtqbterror

    Pin Solution

    This is a little of topic for this forum but, my company needs to implement a pin number loggin solution for our website. I know we can do this building random number generators and tables in our database to store the pin numbers but, I was wondering if there are any third party tools that can...
  13. dtqbterror

    Debugging Problem With Include Files On The Client

    I have just started working with Visual Interdev and have an issue that I need to get an answer to. I was able finally to get the Debug Facility in Visual Interdeve working after much trial and error not to mention pain and suffering. Now that I have this working when I attempt to run an ASP...

Part and Inventory Search

Back
Top