Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing the GroupWise message interactively
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01250706
Message ID:
01250764
Vues:
17
>Hi Naomi,
>
>have you tried the Token based interface? Here's a sample on how to create a message and show it to the user (from http://www.foxpert.com/KnowlBits_200609_7.htm):
>
>LOCAL loGroupwise, lcResult
>lcResult = ""
>loGroupwise = CREATEOBJECT("GroupWiseCommander")
>loGroupwise.Execute("NewMail()",@lcResult)
>loGroupwise.Execute( ;
>  [TextSetTo("]+m.lcText+[")], ;
>  @lcResult ;
>)
>
>For the list of tokens see http://developer.novell.com/documentation/gwtoken/index.html?page=/documentation/gwtoken/gwtokens/data/bktitle.html#bktitle

Hi Christof,

Thanks a lot for your reply. I didn't know about this syntax. On the Novell website you pointed me to I see it applies to GroupWise 7 and later.

Here we're using version 6.5
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform