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

    Trigger VBScript from ASP webpage

    I am trying to figure where I am going wrong here. I am looking to have a webpage trigger the code below which tunnels from my web server to my application to then kick off a batch file which calls up a program and begins automation of various functions. Dim WshShell, oExec Set WshShell =...
  2. tps14334

    Extra connectivity to a SQL or MySQL database

    Does anyone have any examples or documentation on getting extra to connect to a SQL or MySQL database, including how to add, update, and move through the records?
  3. tps14334

    Attachmate to Excel, SaveAs the open Workbook

    I have done alittle poking around on here and trying different resources that I know of and still end up with a scripting error when trying to save the open workbook. Here is the code to call the Excel session: Dim xlApp As Object, xlSheet As Object Set xlApp =...
  4. tps14334

    Session Disconnect/Connect

    I tried to search around on Google for several minutes, however I was unable to come up with any useful information. If there a way I could write a script for Extra to have it disconnect from it's session and reconnect again (there is a button in the tool bar I use manually)? Thank you for any...
  5. tps14334

    Multiple Variable PutString from Excel to Attachmate

    I took this code (from http://www.tek-tips.com/viewthread.cfm?qid=1505010&page=1) and tried expanding on it to do a-bit more. Here is the code I currently have sans a majority of the variables: Const g_HostSettleTime as integer = 1 Global System As Object,Sess0 As...
  6. tps14334

    Dynamic variables by record in a Spreadsheet/CSV File

    I have spent a number of hours searching Google to find some information, but never enough to help me pull together all that I looking to accomplish; so I hope someone here will be able to help shed some light. Really I just need a sample script to work from and should be OK, I think. What I...

Part and Inventory Search

Back
Top