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 TouchToneTommy 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. JohnnyPolite

    Updating to a MEMO field in ACCESS

    Hello, I am using dreamweaver to make a web site with multiple update commands and I just realized that when I use a textarea and update to a memo field in Microsoft Access it transfers the information into the Access table. Yet, when I try to populate the textarea again, it comes up blank...
  2. JohnnyPolite

    Wrong number of Arguments or Invalid Properies - Please Help!

    Hello all, I keep getting a message saying that I am passing the wrong amount of arguments or have invalid properties. COuld someone please look at this code and tell me what I have done wrong? It looks good to me, but that is probably a large amount of the reason why I can't find the error...
  3. JohnnyPolite

    Silly Newbie Question - Form Validation

    Hello all, I need to provide form validation checks for an updateable application website that I am constructing. I know how to check for length and in string values, but for some reason I cannot recall how to check for integers. For example, I need to run a validation on a zip code field...
  4. JohnnyPolite

    Unspecified Error

    Hello, I am trying to figure this out. I know it is common knowledge that this problem exists, but I cannot solve it. I have a connection established to a DSN. I used to receive the Unspecified Error randomly, but now I get it all the time when using my ISS. Here are the things I have...
  5. JohnnyPolite

    rs.Count Error - Doesn't support method

    Hello, I open a recordset in a classic ASP page with this code: <% Dim rsLogin__MMColParam rsLogin__MMColParam = "a" If (Session("TeachID") <> "") Then rsLogin__MMColParam = Session("TeachID") End If %> <% Dim rsLogin Dim rsLogin_numRows Set rsLogin =...
  6. JohnnyPolite

    MSG BOX to confirm delete record

    Hello, I have a page where a user can delete a record. I want to put a message box that confirms the deletion. I have it to the point where the msg box pops up, but it has no bearing on the delete record. Whether you hit ok or cancel, it still deletes the record. How do I act on the result...
  7. JohnnyPolite

    Calling stored UPDATE query from Access

    Can someone explain to me how to call an Access update query and pass it parameters? Thanks in advance!!! My five month old is sucking my fingers down his throat or I'd write more.
  8. JohnnyPolite

    Dealing with Zero Length Strings in an Update Command

    Hello, I am using multiple update commands on my site and I am not sure how to deal with zero length strings. I am sure you check the length, but I can't sort it out in my head how to do it. I have many fields in each update command so I was thinking I could set up a function. To be honest...
  9. JohnnyPolite

    Is there an &quot;OnClick&quot; event in ASP VBScript pages?

    This is just another newbie question. I am used to working in Access with VBA. In Access, I can set a visible attribute to certain text and fields to be triggered on a radio group being clicked. Is that possible in ASP VBScript? Two other things...this is my third post on this forum and I am...
  10. JohnnyPolite

    Passing Values to Radio Buttons/List Boxes

    Hello, I am trying to figure out how to pass to a form that a radio button should be checked depending on a session variable. Same with list boxes. I have the user filling out the form with text boxes, check boxes, radio buttons, and list boxes. I have figured out how to repopulate the text...
  11. JohnnyPolite

    Error Messages for Username and Password - ASP VBScript

    Hello, I am running into a problem trying to make a page for a user to add an account to a database. Right now, I have a form that the user fills out. From there, the form submits to a processing page that checks to make sure it is an original username and that the "password" and the "retype...

Part and Inventory Search

Back
Top