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. ezmaRell

    create log file using interdev

    If you are familiar with Asp you could a scripting object (TextStream object) to create a log file. Use this code as a server side include file <% Const ForAppending = 8 Dim strLogFileName strLogFileName = &quot;c:\.....&quot; 'your path here dim objlogFile set objlogFile =...
  2. ezmaRell

    Debugging in VI

    Can anyone tell me how to stop VI from opening another session when I respond to the alert box &quot;do you want to debug&quot; [batman] Thanks.
  3. ezmaRell

    CheckBox Function

    I am working on a page that has 4 different arrays of checkboxes - I would like to create a function that will loop thru the array of chkboxes to determine which one the user selected and return the name of the chkbox and the number. The first part of my code is below - please assist -I am a...

Part and Inventory Search

Back
Top