MDM UST, MSE-API, API-Einstellungen

This commit is contained in:
2024-08-20 09:27:28 +02:00
parent 7624bdb1f9
commit 795aa72ac6
3 changed files with 21 additions and 4 deletions

View File

@@ -82,6 +82,7 @@ Public Class frmAvisoAnfuegen
End Sub
Sub initSrch()
Try
lblInfo.Text = ""
UseWaitCursor = True
With dgvAviso
@@ -115,6 +116,8 @@ Public Class frmAvisoAnfuegen
.Columns("Grenze").Width = 40
.Columns("Datum").Width = 80
If .RowCount = 0 Then lblInfo.Text = "keine Sendungen gefunden!"
If .Rows.Count = 1 Then
.Rows(0).Selected = True
txtBezeichnung.Focus()