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 Rhinorhino 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: RobbMN
  • Content: Threads
  • Order by date
  1. RobbMN

    Err.Raise Custom Description Replaced w/ Default for Error Number

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

    Struts client-side javascript validation

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

    Can a Method determine its own name

    I know how to determine the name of the class. Is there a way for a method to determine its own name?
  4. RobbMN

    Datatype XMLType in Oracle ODBC Result Set in VB6

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

    html text justified off (none)

    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?
  6. RobbMN

    Accessing Web Services thru WebSeal using VB and SOAP

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

    How to Access Web Services thru WebSeal using SOAP?

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

    How to thru VB6, SOAP, WebSeal (Tivoli Access Manager) and Web Service

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

    Web Services, SOAP and WebSeal (Tivoli Access Manager)

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

    Welblogic 8.1 File Encoding Default

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

    Post using XMLHTTP, Do Not Care about reply

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

    How to get ResultSet Message when no Exception is thrown

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

    How to get ResultSet Message when no Exception is thrown

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

Part and Inventory Search

Back
Top