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 strongm 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: *

  1. Springy

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

    Thats great :-) Thanks for that. Works just as I had wanted. Tim..
  2. 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...
  3. 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
  4. Springy

    Sending input to an HTML form when controlling IE from VBscript

    Not quite what I wanted to know!! Right i'll tell you what i've got. I use this line to open up IE: Set ie = Script.CreateObject "InternetExplorer.Application") I then use this line to make IE open the page I want: ie.Navigate "http://www.mypage.com" I then wait for my...
  5. 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