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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JohnnyPolite

  1. JohnnyPolite

    Updating to a MEMO field in ACCESS

    One last addendum... I figured it out. Found a site that explained it was the order in which I was calling the fields and then the fact I have to put a memo into a local variable. Phew. Okay, thanks for reading. -JP
  2. JohnnyPolite

    Updating to a MEMO field in ACCESS

    As an addendum to this post, I tried posting the information a second time to the memo field and this time it erased the information and set the value to NULL. And that is just no good. :) So, to summarize, I can't recall from a memo field, I can transmit information once, and then...
  3. 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...
  4. JohnnyPolite

    Wrong number of Arguments or Invalid Properies - Please Help!

    Hey, Thanks so much. Funny thing is that I finally got ahold of my mother (my personal coding assistant) and she gave me some tips and I have been playing around with it for the last hour and finally got it to work! Then I check your script and it is exactly what I figured out. Also, you...
  5. JohnnyPolite

    Silly Newbie Question - Form Validation

    Thanks guys, both answers were very helpful! -JP
  6. 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...
  7. JohnnyPolite

    passing values to variables

    Hey Samalia, Unless you are submitting the form to itself, the line: <% session("varuser") = Request.Form("username") %> has to be on the next page that you are submitting the form to. Other than that, that piece of code looks right. When you are using the output ASP code, use...
  8. 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...
  9. 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...
  10. JohnnyPolite

    rs.Count Error - Doesn't support method

    Thanks alot! Syntax between ASP and VBScript can give me fits sometimes. I appreciate all the help guys! If it weren't for these forums, I would know nothing. -JP
  11. JohnnyPolite

    rs.Count Error - Doesn't support method

    THANK YOU! THANK YOU! THANK YOU!
  12. 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 =...
  13. 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...
  14. 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.
  15. JohnnyPolite

    Dealing with Zero Length Strings in an Update Command

    Whoops...a misplaced question mark. There is no question that I am thanking you. The question was do you think this is a step in the right direction. :)

Part and Inventory Search

Back
Top