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