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

    How to disable textbox

    I have a combobox that looks like this: <select name = &quot;cboList&quot;> <option>Not in list</option> <option>Vendor1</option> <option>Vendor2</option> <option>Vendor3</option </select> I also have another textbox that looks like this: <INPUT type=&quot;text&quot...
  2. peteswrx

    directory

    Is it possible to have a directory (named A, for example) that I can save documents to and once they are saved to that folder, an automatic copy will be sent to 2 different directories (directories B and C)?
  3. peteswrx

    loop through recordset

    I have a DOB text box (&quot;txtDOB&quot;) on my form. I want to be able to loop through a recordset so that where &quot;txtDOB&quot; = rsinfo(&quot;DOB_FIELD&quot;), the user will see a messagebox and then response.end. Here's my code sofar: if (request.form(&quot;chkTwin&quot;) =...

Part and Inventory Search

Back
Top