Sending File without open E-mail Application

This is a discussion on "Sending File without open E-mail Application" within the Databases section. This forum, and the thread "Sending File without open E-mail Application are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 26th, 2005, 15:51
Junior Member
Join Date: Sep 2005
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Sending File without open E-mail Application

run = 0
On Error GoTo Err_Sending

'DoCmd.SendObject acSendReport, "Approval Amount", acFormatRTF
DoCmd.SendObject acSendReport, "Approval Amount", acFormatRTF, , , , "Approval Amount", "Please Approve This Invoice, Thank You."

'Exit_Sending:
' Exit Sub
If (run = 1) Then
Err_Sending:
MsgBox Err.Description
' Resume Exit_Sending
End If
Reply With Quote

Reply

Tags
sending, file, without, open, email, application

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending Form Data to E-mail Address Fools Gold Starting Out 4 Dec 23rd, 2007 14:16
problem with images when sending html page by mail juanb007 Web Page Design 4 Apr 29th, 2007 03:25
Sending Mail, Body message from database chlad Classic ASP 3 Nov 16th, 2006 04:05
Sending Form to E-mail student_in_training JavaScript Forum 2 Aug 16th, 2006 12:41
sending an e-mail by ASP benbacardi Classic ASP 5 Sep 1st, 2004 19:33


All times are GMT. The time now is 01:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43