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

    format textbox

    how can I setup a textbox to only allow capital letters input into the textbox? Also can I setup a textbox to only allow certain letters typed into the box right now I the textbox is set to 1 Max Chars and 1 Char Width any help would be greatly appreciated
  2. taoist

    textbox

    how can I setup a textbox to only allow capital letters input into the textbox? Also can I setup a textbox to only allow certain letters typed into the box right now I the textbox is set to 1 Max Chars and 1 Char Width any help would be greatly appreciated
  3. taoist

    listbox results

    I have a record set that shows multiple records. and I have my listbox that is bind to a column in the table I think the problem is in the repeated session where I get multiple records from my query. So when I run the query I get: Response object error 'ASP 0251 : 80004005' Response Buffer...
  4. taoist

    update multiple records

    I have this code, and I trying to update records, but when I hit the submit button it does not save the changes is there anyone out there that could help me <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="../../../../../../Connections/cnnDB.asp" --> <%...
  5. taoist

    update repeated rows recordset

    I have this recordset it works great. Now I want to create and update query to update all rows in the repeated region can anyone help me with this issue <% Dim Recordset1__MMColParam Recordset1__MMColParam = "1" If (Request.QueryString("stuRun") <> "") Then Recordset1__MMColParam =...
  6. taoist

    update repeated region recordset

    I have this recordset that is a repeated region. And I'm trying to update the data with new values. Well the code I have does not allow me to update multiple records or the repeated region. Now if I take off the repeated region then I get one record. then I can update that record. I need to...
  7. taoist

    variable set in recordset

    I setup a variable to pass data to the recordset to run the query. If I use the name in the query it works fine but if I use the variable it does not work. I think it has to do with syntax but I'm not sure can someone help me out with this. This works Recordset1.Source = "SELECT firstname...
  8. taoist

    variable record set

    I have a value in my variable --- myvar1 but when I run the query for some reason I get to results and I know there is data in the database. to make sure myvar1 is carrying data I did a response.write and I get something on the screen. So the variable is fine any help on this would be...
  9. taoist

    update multiple records

    I have setup an update for my records. But for some reason it does not want to update multiple records I'm not sure why. I have the code but its very lengthy <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="../../../../../../Connections/cnnDB.asp" --> <% ' *** Edit Operations...
  10. taoist

    variable

    I would like to set variable to this recordset can someone help me with this issue <%=(Recordset1.Fields.Item("first").Value)%> Here is the rest of code <p><font class="headline"><span class="style5">Welcome: </span><strong><span...
  11. taoist

    update data

    I'm trying to update records on a table. The recordset retrieves 20 records for update. But when I click to update it tells me that it is at BOF and EOF. I'm not sure what the problem is. any help would be appreciated <form ACTION="<%=MM_editAction%>" METHOD="POST" id="form2" name="form2">...
  12. taoist

    modify LDAP users

    I need to modify existing LDAP users passwords Is there a way to do this. Right now the code creates the users. Is there a way to modify users? onst ForReading = 1 Set objShell = WScript.CreateObject ("WScript.Shell") Set objFSO = CreateObject ("Scripting.FileSystemObject") Set fileObject =...

Part and Inventory Search

Back
Top