Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email Olecontrol
Message
From
24/02/2005 19:25:21
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00990322
Message ID:
00990386
Views:
18
Your were wrong? You are human. ;)

Thanks

>Dean,
>
>Greg pointed out in Message #990357 that I'm wrong and ASP web page is used to send emails.
>
>>
>>
>>>If I'm not mistaken, it looks like MAILTO: protocol to me. See Re: Launching Outlook Express Message #962417. Basicly, it opens default email client on user PC with fields populated from parameters of the MAILTO: command. After that is up to user what to do with it.
>>>
>>>>"InetCtls.Inet.1"?
>>>>Well it is. It's been doing it for the last 2 years. :o
>>>>
>>>>But the complaint from the client is that the letter arrives at the recipients' email box like an hour later... but not all the time.
>>>>
>>>>Here is the code that does it.
>>>>The Olecontrol is contained in container.
>>>>"THIS" refers to the container.
>>>
>>>>LOCAL cURL
>>>>
>>>>cURL = ALLTRIM(THIS.caddress) + "/" + ALLTRIM(THIS.casppage) + "?ID=" + ALLTRIM(THIS.cID) + ;
>>>>		"&To=" + ALLTRIM(THIS.cto) + ;
>>>>		"&From=" + ALLTRIM(THIS.cFrom) + ;
>>>>		"&Subject=" + ALLTRIM(THIS.cSubject) + ;
>>>>		"&Body=" + ALLTRIM(THIS.cBody)
>>>>	this.olecontrol1.openURL(cURL)
>>>
Work as if you don't need money
Love as if you've never been hurt before
Live as if this is your last day to live
Dance as if no one's watching
Previous
Reply
Map
View

Click here to load this message in the networking platform