473,395 Members | 1,441 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Send Object on WinXP


I tried DoCmd.SendObject on Access 2002 with Win2000 and no worries, it
works. But, DoCmd.SendObject does not work on Access 2002 using WinXP.

Wondering if there is a work around?

Marcus
******

Nov 13 '05 #1
7 1652
"Does not work" does not give us much to go on.
What happens that you don't want?
Error messages?
What doesn't happen that you do want?

What e-mail program are you using? Outlook?
Is it the same version on the two machines?

"Marcus" <to*******@yahoo.ca> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...

I tried DoCmd.SendObject on Access 2002 with Win2000 and no worries, it
works. But, DoCmd.SendObject does not work on Access 2002 using WinXP.

Wondering if there is a work around?

Marcus
******

Nov 13 '05 #2
I am using Outlook Express (v6.00.2900.2180). What happens under
Win2000 is that on the I have a command button, that when pressed,
opens the Outlook Express compose window and puts a list of email
addresses in the BCC field.

The code is as follows:
DoCmd.SendObject , , , , , strBCC, "This is a Test", "Testing BCC
proc.", True

With WinXP, Outlook Express does not open. Instead the Netscape Mail
(v7.1) compose window opens with no email addresses in the BCC field.
Netscape opens even though Outlook Express is selected as the default
mail client.

My question is, what do I have to do in the code to allow Outlook
Express or Netscape Mail 7.1 to open under WinXP, with the list of
email addresses under the BCC field?

Marcus
********

Nov 13 '05 #3
I am using Outlook Express (v6.00.2900.2180). What happens under
Win2000 is that on the I have a command button, that when pressed,
opens the Outlook Express compose window and puts a list of email
addresses in the BCC field.

The code is as follows:
DoCmd.SendObject , , , , , strBCC, "This is a Test", "Testing BCC
proc.", True

With WinXP, Outlook Express does not open. Instead the Netscape Mail
(v7.1) compose window opens with no email addresses in the BCC field.
Netscape opens even though Outlook Express is selected as the default
mail client.

My question is, what do I have to do in the code to allow Outlook
Express or Netscape Mail 7.1 to open under WinXP, with the list of
email addresses under the BCC field?

Marcus
********

Nov 13 '05 #4
I am using Outlook Express (v6.00.2900.2180). What happens under
Win2000 is that I have a command button, that when pressed,
opens the Outlook Express compose window and puts a list of email
addresses in the BCC field.

The code is as follows:
DoCmd.SendObject , , , , , strBCC, "This is a Test", "Testing BCC
proc.", True

With WinXP, Outlook Express does not open. Instead the Netscape Mail
(v7.1) compose window opens with no email addresses in the BCC field.
Netscape opens even though Outlook Express is selected as the default
mail client.

My question is, what do I have to do in the code to allow Outlook
Express or Netscape Mail 7.1 to open under WinXP, with the list of
email addresses under the BCC field?

Nov 13 '05 #5
I am using Outlook Express (v6.00.2900.2180). What happens under
Win2000 is that I have a command button, that when pressed,
opens the Outlook Express compose window and puts a list of email
addresses in the BCC field.

The code is as follows:
DoCmd.SendObject , , , , , strBCC, "This is a Test", "Testing BCC
proc.", True

With WinXP, Outlook Express does not open. Instead the Netscape Mail
(v7.1) compose window opens with no email addresses in the BCC field.
Netscape opens even though Outlook Express is selected as the default
mail client.

My question is, what do I have to do in the code to allow Outlook
Express or Netscape Mail 7.1 to open under WinXP, with the list of
email addresses under the BCC field?

Nov 13 '05 #6
Thanks!
That's a much better picture of the problem.
Unfortunately, I have no experience with Netscape Mail.
Sorry!
"Marcus" <to*******@yahoo.ca> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
I am using Outlook Express (v6.00.2900.2180). What happens under
Win2000 is that I have a command button, that when pressed,
opens the Outlook Express compose window and puts a list of email
addresses in the BCC field.

The code is as follows:
DoCmd.SendObject , , , , , strBCC, "This is a Test", "Testing BCC
proc.", True

With WinXP, Outlook Express does not open. Instead the Netscape Mail
(v7.1) compose window opens with no email addresses in the BCC field.
Netscape opens even though Outlook Express is selected as the default
mail client.

My question is, what do I have to do in the code to allow Outlook
Express or Netscape Mail 7.1 to open under WinXP, with the list of
email addresses under the BCC field?

Nov 13 '05 #7
Thanks!
That's a much better picture of the problem.
Unfortunately, I have no experience with Netscape Mail.
Sorry!
"Marcus" <to*******@yahoo.ca> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
I am using Outlook Express (v6.00.2900.2180). What happens under
Win2000 is that I have a command button, that when pressed,
opens the Outlook Express compose window and puts a list of email
addresses in the BCC field.

The code is as follows:
DoCmd.SendObject , , , , , strBCC, "This is a Test", "Testing BCC
proc.", True

With WinXP, Outlook Express does not open. Instead the Netscape Mail
(v7.1) compose window opens with no email addresses in the BCC field.
Netscape opens even though Outlook Express is selected as the default
mail client.

My question is, what do I have to do in the code to allow Outlook
Express or Netscape Mail 7.1 to open under WinXP, with the list of
email addresses under the BCC field?

Nov 13 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ralph | last post by:
I used to have Visual Basic .net std. 2003 installed on WinXP SP1A. But I found it too hard to upgrade WinXP to SP2. Now, I do have WinXP SP2 installed, but I am having problems installing...
1
by: M. Magistri | last post by:
Hi all! Why doesn't the following code load my applet under WinXP with Internet Explorer 6? <SCRIPT language="javascript" type="text/javascript"> <!-- if (getBrowser()=="IE"){...
9
by: Bob Jones | last post by:
We have developed a commercial ASP.net application (personal nutrition management and tracking); we want to send smtp email from within it. For our development box, we use WinXP Pro, IIS 5.5,...
0
by: Brian Newtz | last post by:
Hello! My development machine is WinXP and I am trying to use System.Web.Mail.SmtpMail to send emails. I was able to send out one email, but now the Send method fails every time. I added some...
7
by: moondaddy | last post by:
I have a user control being used instead of a frame page. when the user clicks on a menu item I need to send the ID (integer value) of that menu as a parameter in the postback of the user control...
2
by: Ryan | last post by:
Hi, I receive an access denied error (see below) when attempting to send an email with BodyFormat=MailFormat.Html from an asp.net page. Exactly the same code works fine in a console...
2
by: David Lozzi | last post by:
Howdy, I'm new to .Net 2.0... Getting "System.Net.Mail.SmtpException: The operation has timed out" on this script at the smtpClient.Send(msg) line Dim msg As New MailMessage
4
by: Thomas Eichner | last post by:
Hi, does anybody know a public website which offers a service that displays all data send by a browser (or an app calling the website), especially HTTP GET and POST data, browser data etc.? I...
4
by: Joe D Williams | last post by:
Hi, First I have an object element: <object id='mC' class='content2' data='index.htm' type='text/html' style=''> </object> And a link with onclick:
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.