Improve filtering for document numbers

This commit is contained in:
Jonathan Jenne
2022-04-20 15:18:31 +02:00
parent 095838490f
commit 31e0835914
2 changed files with 28 additions and 6 deletions

View File

@@ -213,6 +213,10 @@ Public Class frmExportMain
.Year = oYear
})
If oDocuments Is Nothing Then
FormHelper.ShowWarning("There was an error in the Query.")
End If
GridControlDocuments.DataSource = oDocuments
txtResults.Caption = String.Format("{0} Ergebnisse", oDocuments.Count)