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 gkittelson 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. caballeros

    HOW TO DETERMINE IF A PROCESS IS HUNG?

    Hi, I'm trying to write a script that monitors a particular process (netscape.exe)and determines if the process is no longer running then terminate. Is there a way to do this?? any assistance would be appreciate it..
  2. caballeros

    Object Array

    Hi, I have created an Object Array, In one of the classes I have created a method to delete a certain entry in the method the value is passed from the main class. database.removeScore("s2"); and the content is database.studentscores[1] = new StudentScore("s2", 97); now...
  3. caballeros

    Can anyone tell me what I'm doing wrong

    I have an access database that keeps track of tickets closed. What I'm trying to do is setup a query that will give me the results on a 5 day period, I have been able to create the query in access but when I try to add the query on my asp page I get the following error: Microsoft VBScript...
  4. caballeros

    How do I relate the checkbox to an access database

    Please look at the following code, I'm trying to present a grid type form when a user clicks on the checkbox and submits the form, the database should update only the returned field to yes. Any help would be appreciated. Thanks. <%@LANGUAGE=&quot;VBScript&quot;%> <% Option Explicit dim...
  5. caballeros

    I'm trying to build a grid type form.

    I'm reading records from a database, inserting them to a table inserting a checkbox at the beginning, the problem is I want to be able to update the database with the boolean &quot;yes/no&quot; when the checkbox is checked I've looked at many examples but I'm new with ASP. Can someone tell me...

Part and Inventory Search

Back
Top