Improve filtering for document numbers
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user