Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email Olecontrol
Message
De
24/02/2005 18:25:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00990322
Message ID:
00990358
Vues:
20
Thanks Sergey.


>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform