/ Forums / Advansys Formativ / Creating Solutions with Formativ / programmatically activate an account / Reply To: programmatically activate an account
August 17, 2006 at 4:17 pm
#7702
You can use GroupWise.Proxy(UserID, aWindow) method to proxy to an account. See the Formativ Language Guide for more information.
call GroupWise.Proxy("Test", prwCurrentWindow)
Once you proxy to an account, you can check “Client.clientstate.currentaccount.proxied ” property prior to proxying back to the main account.
Hope this helps.
Regards,
Advansys Support
[This message was edited by Support 2 on August 17, 2006 at 11:41 PM.]