I'm raising an error from a DLL and when it is caught in the invoking DLL, the Err.Source is blank, and the Err.Description is not the custom message I raised. The Description is set to the default VB description for the actual Err.Number.
I'm running VB 6.0, Service Pack 6, on an XP machine...
How do you tell struts the version of Internet Explorer for which client-side validation javascript should be generated?
I've an application that I want to use client-side javascript validation (based on validation.xml). Struts is generating the javascript as I require, but the code generated...
To Diancecht
I wanted the Class and Method names to be set and available so that I might use them for logging. I did not want to have to hardcode any values. Too cumbersome and error prone when you copy code from one method to another. That way I could use common header code on all my logging...
Here's a simple solution.
Dim datDate1 As Date
Dim datDate2 As Date
Dim lngSeconds As Long
datDate1 = CDate("2005/10/12")
datDate1 = datDate1 + TimeSerial(13, 6, 28)
datDate2 = CDate("2005/10/12")
datDate2 = datDate2 + TimeSerial(13, 6, 33)
lngSeconds = DateDiff("s", datDate1, datDate2)
I'm using Oracel and XMLQuery, which returns a column of datatype "XMLType". I'm looking for a method or Project Reference that allows a VB6 app to handle this datatype.
and If you want to process all Divs and don't know or care what their id's are, this code is generic.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<script language=javascript>
function HideAll() {
var allDivs = document.getElementsByTagName("div");
for (var i = 0; i...
I want to be able to present text, exactly as it is typed. i.e. I want to turn text justification off (don't want left, center or right). Is there a tag or attribute in HTML that will permit this?
I'm using Microsoft Visual Basic to access a Web Service protected by Tivoli Access Manager (WebSeal).
Does anyone know the SOAP Header Connector.Property("??") settings to make a Web Services request on a server behind WebSeal (Tivoli Access Manager)?
Normally when we use a URL to access a...
Does anyone know the SOAP Header Connector.Property("??") settings to make a Web Services request to a WebLogic server behind WebSeal (Tivoli Access Manager)?
Normally when we use a URL to access a WebSeal protected service (thru IE) a Username and Password prompt is presented.
I want to be...
Does anyone know the SOAP Header Connector.Property("??") settings to make a Web Services request to a WebLogic server behind WebSeal (Tivoli Access Manager)?
Normally when we use a URL to access a WebSeal protected service (thru IE) a Username and Password prompt is presented.
I want to be...
Does anyone know the SOAP Header Connector.Property("??") settings to make a Web Services request to a WebLogic server behind WebSeal (Tivoli Access Manager)?
Normally when we use a URL to access a WebSeal protected service (thru IE) a Username and Password prompt is presented.
I want to be...
How does Weblogic 8.1 determine the default file.encoding value at instance startup? I'm seeing "file.encoding = ISO646-US" in the log. I want to change it to ISO8859-1.
I want to post to a jsp, but I don't want (need) a reply.
The jsp will be updating an activity log and the posting application does not need to know if the logging was successful or not.
I'm using XMLHTTP now and am able to post, but must wait for the reply for everything to work correctly (on...
Problem Clarification:
The execution is returning a "success_with_info".
How do I get at the "info", as this type of return does not appear to cause and Exception or Warning.
I'm using a product called Neon to invoke an app that returns an ODBC (JDBC) result set. It is capable of returning metadata, a message, and no rows. I'm able to get the SQLState and Message text when a SQLException occurs, but am unable to get the message text when a request for a ResultSet...
I'm using a product called Neon to invoke an app that returns an ODBC (JDBC) result set. It is capable of returning metadata, a message, and no rows. I'm able to get the SQLState and Message text when a SQLException occurs, but am unable to get the message text when a request for a ResultSet...
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.