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