Connecting Tech Pros Worldwide Forums | Help | Site Map

A2003 Sendobject for Netscape and Other Mail Clients

Tim Marshall
Guest
 
Posts: n/a
#1: Nov 13 '05
Subject simply does not work in A2003 for Netscape 7.x.

I googled and posted this before in the Fall. I saw a couple of ideas,
mostly to do with the registry which is an option, albeit a very
difficult one for some of my more illiterate users.

SendObject, at least on my PC, does not work properly with Netscape.

I am familiar with and have used Blat in Win 98 installations where my
app's opening "splash" form checks for the existence of Blat and the
proper smtp address in the registry and if not there runs an install for
the user.

I am reluctant to do this with win XP installations because of my
worries about a user's rights if s/he is not an admin.

Anyone out there able to get sendObject to work in A2003 with Netscape
and other mail clients?
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
MGFoster
Guest
 
Posts: n/a
#2: Nov 13 '05

re: A2003 Sendobject for Netscape and Other Mail Clients


Tim Marshall wrote:[color=blue]
> Subject simply does not work in A2003 for Netscape 7.x.
>
> I googled and posted this before in the Fall. I saw a couple of ideas,
> mostly to do with the registry which is an option, albeit a very
> difficult one for some of my more illiterate users.
>
> SendObject, at least on my PC, does not work properly with Netscape.
>
> I am familiar with and have used Blat in Win 98 installations where my
> app's opening "splash" form checks for the existence of Blat and the
> proper smtp address in the registry and if not there runs an install for
> the user.
>
> I am reluctant to do this with win XP installations because of my
> worries about a user's rights if s/he is not an admin.
>
> Anyone out there able to get sendObject to work in A2003 with Netscape
> and other mail clients?[/color]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I use Mozilla Thunderbird & I got this to work from debug window (all
one line) using Access 2002 (XP):

docmd.SendObject To:="my email address" ,Subject:="Test",
MessageText:="this is a test of the Thunderbird email",
EditMessage:=False

And it was sent w/o a hitch (though Thunderbird has a "another program
is trying to send an email thru... etc." message, but that check can be
turned off).

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQidbQoechKqOuFEgEQI+ggCg4LeIbO4AegF90oPS2nx+Df SjgTIAoPIZ
7tRPzfV6N3y4ZZgOUFfd89hN
=Fv6f
-----END PGP SIGNATURE-----
Tim Marshall
Guest
 
Posts: n/a
#3: Nov 13 '05

re: A2003 Sendobject for Netscape and Other Mail Clients


MGFoster wrote:
[color=blue]
> I use Mozilla Thunderbird & I got this to work from debug window (all
> one line) using Access 2002 (XP):
>
> docmd.SendObject To:="my email address" ,Subject:="Test",
> MessageText:="this is a test of the Thunderbird email",
> EditMessage:=False
>
> And it was sent w/o a hitch (though Thunderbird has a "another program
> is trying to send an email thru... etc." message, but that check can be
> turned off).[/color]

Thanks very much - this is terribly assinine of me, but I left out the
important part... when I have editmessage set to true, an email
composition window appears with the text and subject showing, but it
won't populate the to field, ie, no addresses display.

This is why it's failing to send when editmessage is set to false, I
imagine.

There must be something irritating in Netscape somewhere to do this...
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Closed Thread


Similar Microsoft Access / VBA bytes