Zooflow: Clear cache for DocumentResultList

This commit is contained in:
Jonathan Jenne
2022-02-23 16:10:54 +01:00
parent d13b3b7dc1
commit 351317195d
14 changed files with 185 additions and 428 deletions

View File

@@ -381,8 +381,13 @@ Public Class frmDocumentResultList
Else
_IsLoading = True
Try
' Save the new results
_ResultLists = pResults
' Remove the current document from
Documentloader.ClearCache()
' Update the grid
UpdateTotalResults()
UpdateGridData()