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

    SendKeys stops sending keys???

    Hi, I have an HTML form that when filled out will run a DOS like program and send keys to it to automate a few processes. The problem is that somewhere in the middle sendkeys stops. I ran the program using notepad and sendkeys completes but using this other application it stops at the same...
  2. oltran

    Selecting MS Outlook contacts to populate a textbox in an HTML doc

    Is there a way to do this in vbscript? I would like to have a button on an html document that would bring up the person's ms outlook contacts and then populate a text box on the document with their contact's email. This would be on an intranet website by the by. Thanks for your time! Jason
  3. oltran

    Using WScript.Run "Excel.exe ... Excel cant find filename with spaces

    Hi, This may not be the correct place to ask but I don't know where else to post this...I am tring to figure out why excel is not able to find a file with spaces when it is placed on an intranet server. I converted the filename/path to the MS DOS format and it runs fine locally (from the C:\)...
  4. oltran

    Script gets hung-up and IE alerts "script causing IE to run slowly"

    Hi, I am tring to automate and streamline some processes at my job so I created an HTML document that uses javascript to compile information from a form and pass it to a vbscript function to execute. I use notepad as a testing program to receive the sent keys. My program works like a champ on...
  5. oltran

    Mysterie! ActivateApp & Sendkeys work on one pc but not another?

    Hi, I am tring to streamline some processes at my job, and I am using sendkeys, activateapp etc. Ok in my office we all use WIN NT and the latest version of IE. I have developed this program that will work great on my computer at work and at home (i have win 2000 at home) but i gave it to one...
  6. oltran

    Would I use a Loop or Array to execute a form based on user inputs

    Great on the subject line huh? Ok, I have a form that will add extra fields based on how many times a user clicks on a link. Then when the user clicks on the execute button it should pass the information entered to notepad. I would like this to work for as many extra fields as the user...
  7. oltran

    Win NT errors and says ActiveX can't CreateObject("WScript.Shell")

    Hi, I am tring to automate some tasks using vbscript at my job. Below is a simple version of the code I have so far. The example code below is using notepad as a test application; it is to run and receive data from vbscript's sendkeys. The data that the vbscript function is sending is...
  8. oltran

    Need Scriptlet/Object window to autofit to its text contents

    Hello, I have several html documents with that contain instructions on running reports for many different clients. I am going to use scriptlets so when a contact's fax number or whatever changes all the other documents will change when I update one .txt file. I would like to have it where the...

Part and Inventory Search

Back
Top