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:
01250729
Vues:
23
This message has been marked as the solution to the initial question of the thread.
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
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform