> |  
re : LotusScript: come eseguire un aggiornamento viste
maci
Non ho mai provato ma questo:
Dim session As New NotesSession
Dim db As NotesDatabase
Dim views As Variant
Set db = session.CurrentDatabase
views = db.Views
Forall v In views
call v.Refresh
End Forall




LotusScript: come eseguire un aggiornamento viste - marco.strada -
    You are here re : LotusScript: come eseguire un aggiornamento v... - maci -
    re : LotusScript: come eseguire un aggiornamento v... - nilus -