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

    ADO Question

    I have an Oracle SQL statement running through a VB DLL. The Oracle SQL runs fine when running in a SQL tool, but when attempting to run through ADO in the VB DLL, the ORDER BY clause does not seem to function. The records are returned fine, but the records are not ordered as specified in the...
  2. MaeJams

    Dynamically added table rows not persisting

    I have a form for users to fill out. Part of this form includes a table to which users may add rows dynamically using a button. Once a row is added several input fields are added as well (to each row). Once the user clicks submit, any rows added and included data are submitted just fine...
  3. MaeJams

    Window OnLoad and check for IsObject

    I've tried putting some client code in the OnLoad event handler of the Window object that checks for an input object. If it finds it, the page is supposed to set the focus to that input object. I thought this event was supposed to fire when the window finishes loading the page, but it doesn't...
  4. MaeJams

    Trapping for Browser Window close using the X

    I posted this on the ASP forum and someone suggested I try this one...so here goes... Does anyone know a good way to trap for the Browser Window closing? I need to put some additional "logging-off" code in a suitable location to log users off of a server (other than the web server)...
  5. MaeJams

    Trapping for Browser window close using X button

    Does anyone know a good way to trap for the Browser Window closing? I need to put some additional "logging-off" code in a suitable location to log users off of a server (other than the web server). I can't put this code in the Window_OnUnload of the main page in my web app, as this...
  6. MaeJams

    Cookie help needed!!!

    I am using a third-party viewer control on an ASP page to view images. Through client side script, I am able to save custom zoom settings (control properties) to the Document.Cookie, and restore these settings when the page reloads with a new image. This works fine when testing on a single NT...

Part and Inventory Search

Back
Top