/ Forums / Advansys Formativ / Creating Solutions with Formativ / Check if Account is proxied or not / Reply To: Check if Account is proxied or not
December 3, 2003 at 2:18 pm
#6789
Hi Ralf,
Try:
bProxied = Client.ClientState.CurrentAccount.Proxied
where ‘Client’ is the clientstate object passed to every applet via Sub Main(Client, GWEvent).
Advansys Support