Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending mail through GroupWise 6.5 from VFP
Message
De
08/01/2007 15:52:52
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00940502
Message ID:
01183587
Vues:
22
>Hi Edward,
>
>If you just want to open the e-mail window and let the user edit the mail, you can use this code:
>
>LOCAL loGroupwise, lcResult
>lcResult = ""
>loGroupwise = CREATEOBJECT("GroupWiseCommander")
>loGroupwise.Execute("NewMail()",@lcResult)
>loGroupwise.Execute( ;
>  [TextSetTo("]+m.lcText+[")], ;
>  @lcResult ;
>)
>
>A list of commands for the execute method is available at http://developer.novell.com/documentation/gwtoken/index.html?page=/documentation/gwtoken/gwtokens/data/bktitle.html#bktitle.

Thanks a lot.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform