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 derfloh 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 fhcIrene

  1. fhcIrene

    Attach file via ASP

    I'm setting up an Access based system with an html/ASP front end. I have it all set up but I want to add a feature where the enduser can attach a bitmap and have it saved to an OLE object. Can this be done in ASP?[ponder]
  2. fhcIrene

    xp_sendmail error

    It's the strangest thing - all my users can just enter nameofuser, but this guy has to enter nameofuser@coname.com. He has the same permissions as everyone else on the server. I got it to work but I don''t understand why he's different than the others...[nosmiley] for me yet, he's happy and its...
  3. fhcIrene

    xp_sendmail error

    I have an app that emails automatically from an ASP page - it works fine but for one specific user I get the error message "MSG 17914, Level 18, State 1, line 0 - Unknown recipient: Parameter '@recipients', recipient 'nameofuser'" where 'nameofuser' is of course, the name of the user...
  4. fhcIrene

    Passing variable with HREF

    Thanks! I'm in the middle of firefighting but this is what I was looking for ... will give it a shot! 8-)
  5. fhcIrene

    Passing variable with HREF

    I'm trying to pass a parameter from one page to another using an HREF anchor... <A HREF=&quot;email.asp? sqlstmt=where UPPER(A.STATE) LIKE UPPER(Search_bx.value)&quot;>Email</A> but I can't seem to pass Search_bx.value successfully. I've tried all sorts of %s and #s and $s but I think I have...

Part and Inventory Search

Back
Top