Hallo,
ich habe momentan das Problem, dass Dokumente in der View "($SoftDeletions)" nicht gelöscht werden, was mal einst funktioniert hat.
Ich bekomme keinerlei Fehlermeldungen, die Dokumente werden einfach nicht gelöscht!
....
....
Set trashView = dbTarget.getView( "($SoftDeletions)" )
If Not trashView Is Nothing Then
Call trashView.Refresh() 'Aktuellen Inhalt holen!
Set entryCollection = trashView.AllEntries
If Not entryCollection Is Nothing Then
Print "Lösche alle Dokumente in Trash-View..."
Call entryCollection.RemoveAll(True)
End If
End If
Weiß jemand weiter?
Liebe Grüße
Giordano