Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / November 2006

Tip: Looking for answers? Try searching our database.

emailing from a database

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Cameron - 17 Nov 2006 19:17 GMT
Recently, a user came to me and said that the email code that use to run as
of last week no longer runs in the database I support. The odd thing was with
this request is that not everyone had the function stricken. But if a user
that couldn't use the email function logged into the computer of someone who
could use the function. The ablity to use the function was lost. What might
be the problem with the emailing ablity? The data is emailed as an rtf
report.
Cyberwolf - 17 Nov 2006 20:31 GMT
It would be helpful if you post the code being used.
Signature

Cyberwolf
Finder of Paths, Hunter of Prey
Ghost of the Night, Shadow of Day
The Wolf

> Recently, a user came to me and said that the email code that use to run as
> of last week no longer runs in the database I support. The odd thing was with
[quoted text clipped - 3 lines]
> be the problem with the emailing ablity? The data is emailed as an rtf
> report.
Cameron - 17 Nov 2006 20:56 GMT
here is what the click event calls:

Private Sub Command52_Click()
   DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

   Dim stDocName As String
   
   stDocName = "radar report"
   DoCmd.SendObject acSendReport, stDocName, acFormatRTF, , , , "RADAR",
"New RADAR for your information"
   'DoCmd.SendObject acSendReport, stDocName, acFormatHTML, , , , "RADAR",
"New RADAR for your information", True
   
   
End Sub

> It would be helpful if you post the code being used.
>
[quoted text clipped - 5 lines]
> > be the problem with the emailing ablity? The data is emailed as an rtf
> > report.
Cyberwolf - 20 Nov 2006 11:44 GMT
I am thinking it could be something in that users profile.  The code posted
looks fine.  If there was a change in software recently that may have had an
effect.  
Signature

Cyberwolf
Finder of Paths, Hunter of Prey
Ghost of the Night, Shadow of Day
The Wolf

> here is what the click event calls:
>
[quoted text clipped - 21 lines]
> > > be the problem with the emailing ablity? The data is emailed as an rtf
> > > report.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.