Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing the GroupWise message interactively
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01250706
Message ID:
01250729
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform