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

    Want a table to hold system properties that user can override.

    I'd like to develop a query that allows me to store name:value properties for each user. This is easily done with a table like this called user_properties: "user_id" VARCHAR(12) NOT NULL, "pname" VARCHAR(20) NOT NULL, "pvalue" VARCHAR(20) NOT NULL, This is the query i use to get...
  2. Springy

    Error handling

    I have a vbscript that opens excel and does a whole load of stuff. If the excel or the VB script fail I want the vbscript to exit via an error handler. How do I do this?? Thanks Tim
  3. Springy

    Sending input to an HTML form when controlling IE from VBscript

    I want to automate the logon proces for a website. I can open IE from vbscript and make it load the page I want but I can't use the sendKeys function to input text into the username box. Does anyone have a way of getting the text in the HTML form and submiting it? Springy,

Part and Inventory Search

Back
Top