Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending mail through GroupWise 6.5 from VFP
Message
 
To
08/01/2007 15:28:42
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00940502
Message ID:
01183581
Views:
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.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform