Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Emailing and adding to a database.
Old 07-12-2004, 05:55 AM Emailing and adding to a database.
Experienced Talker

Posts: 37
Trades: 0
ive created an online form which sends information to an access database once the user has filled out the form on the web.

However as well as the information going to the database i also want it to email a relevant person too - is this possible????

Many thanks

Woody
woody22 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-12-2004, 07:11 AM
Experienced Talker

Posts: 37
Trades: 0
Ive found out i need to use the CDONTS feature - ive implemented the following code but it returns a page not found error when i go to my confirmation asp page. Any help please?

<%
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.To = "pworsnop@wickersley.net"
objCDOMail.From = "Staff@wickersley.net"
objCDOMail.Subject = FP_SavedFields("MyReason")
For Each item in FP_SavedFields
strBody = strBody &amp; item &amp; ": " &amp; FP_SavedFields(item) &amp; VbCrLf
Next
objCDOMail.Body = strBody
objCDOMail.BodyFormat = 1
objCDOMail.MailFormat = 1
objCDOMail.Send
Set objCDOMail = Nothing
%>
woody22 is offline
Reply With Quote
View Public Profile
 
Old 07-12-2004, 07:14 PM
ACW
Average Talker

Posts: 26
Trades: 0
Never mind. I must be loosing my mind

Last edited by ACW; 07-12-2004 at 07:18 PM..
ACW is offline
Reply With Quote
View Public Profile
 
Old 07-20-2004, 09:32 AM
Experienced Talker

Posts: 37
Trades: 0
ive finally got it working!!!
woody22 is offline
Reply With Quote
View Public Profile
 
Old 07-20-2004, 09:41 AM
ACW
Average Talker

Posts: 26
Trades: 0
Great to hear !
ACW is offline
Reply With Quote
View Public Profile
 
Old 07-20-2004, 09:45 AM
Experienced Talker

Posts: 37
Trades: 0
thanks for all the help!!!! Becoming more and more confident with asp now

woody22 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Emailing and adding to a database.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.26417 seconds with 12 queries