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 Wanet Telecoms Ltd 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: RClarkeJr
  • Content: Threads
  • Order by date
  1. RClarkeJr

    An object in an array

    I am writing some vbscript and I am not sure how to deal with this issue. I need to pass a file to a function but it requires the file to be passed as an object in an array since there could be multiple files. I am having a hard time figuring out how to add the file as an object to the array...
  2. RClarkeJr

    Reset Form with Vbscript

    When a user completes the form, they are prompted with a msgbox whether they would like to start a new entry. Without using the reset button, I would like to use vbscript to reset the controls. I have tried to call the OnClick event but it was unsuccessful. Thanks in advance.
  3. RClarkeJr

    Determine Currect Directory

    I have a webpage which will load on a number of servers, and each webpage must load a txt file within its root folder. Since the folder name will change from server to server, I need a way to find the current directory and then load the txt file from that location via vbscript. Any Ideas...
  4. RClarkeJr

    Move from textbox to textbox using OnChange

    I have a form which has three fields for date. Month (2 Char), Day (2 Char), and Year (4 Char). When a user enters the second character, I want the focus to change to the next texbox and so on. I am unable to use the OnChange. Does anyone have any ideas how to approach this? I have exhausted...
  5. RClarkeJr

    HELP! What did I do?

    When I run this vbscript on a webpage, it sends an email with the information gathered on the webpage. In the process, it renames the Inbox in Outlook. How did I do that? Please help! Dim ConstSubject Dim ConstComment Dim ConstCount Dim ConstRecpCount Dim WSHShell Dim FileNames Dim...
  6. RClarkeJr

    How to Clear a File Field Textbox

    I have a File Field Textbox which allows a user to attach a file. Once they have attached the file, I would like to clear the File Field Textbox. I have tried, empty, null, and " ". Any ideas? Thank you in advance.
  7. RClarkeJr

    Retrieve Values from ListBox

    Hi Guys, I have a listbox which contains up to 5 files which a user can attach to an email. I am having difficulty writing vbscript which will grab all the values in the listbox. Can someone please help? Thank you in advance.
  8. RClarkeJr

    Hide Outlook Message Window

    Hello All, I have created a webpage which uses the following VBScript and then prefills the email with the information and sends it. Why am I doing this? Our Fax Server requires users to use the correct switches and format, and since they are unable to do this, I created an interface thru a...

Part and Inventory Search

Back
Top