/ Forums / Advansys Formativ / Creating Solutions with Formativ / How to Refresh the folder view in Groupwise / Reply To: How to Refresh the folder view in Groupwise
March 25, 2009 at 3:12 pm
#8105
Are you running Online or caching mode? You can try the sample code below to refresh the client.
' If caching/remote account then refresh the UI.
if groupwise.account.remote then
GroupWise.Refresh
end if
Hope this helps.
Regards,
Advansys Support