Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mail from VFP thru Lotus Notes
Message
De
22/05/2001 08:28:54
 
 
À
21/05/2001 13:28:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00509573
Message ID:
00509819
Vues:
32
Hi

You could also use

=DDESETOPTION("SAFETY",.F.)
gnChanNum = DDEINITIATE("NOTES", "SENDMAIL")
IF gnChanNum != -1
glExecute = DDEEXECUTE(gnChanNum, "NewMessage")
glExecute = DDEEXECUTE(gnChanNum, "Send")
DDETERMINATE(gnChanNum)
EndIif


as some older versions of notes can not be created as objects.

Regards

Steven

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform