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!

Recent content by CJWilson3759

  1. CJWilson3759

    Query result to spreadsheet

    Try modifying the code I wrote below to match your query. Supports multiple formats. Content that you want to display in all formats should be placed between the <cfdocument> tags. Content that you want only to show up should be placed between the <cfif format is "html"> tags. Oh, just as a side...
  2. CJWilson3759

    Problems using cfhttp on google translation services.

    I've been trying to cfhttp the google translation service using this url http://216.239.37.104/translate_c?hl=en&ie=UTF-8&oe=UTF-8&langpair=en%7Cit&u=www.simplercareers.com. Copy n' paste above url (instead of clicking link) into browser and it translates flawlessly. I wrote the code at...
  3. CJWilson3759

    Help extracting email address from email header X-RCPT-TO:

    I Need help with regular expression to pull the email address from email header. The email header contains lots of text. I need to get the email address following X-RCPT-TO: <sender@address.com> I've tried #ReFind("[X-RCPT-TO: <]*[>]",header)# and that didn't work because I don't understand...

Part and Inventory Search

Back
Top