/ 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

#8105
Support 3
Participant

    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