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:
01250764
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform