This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-08 17:02:33 +02:00
parent 586461e0e9
commit dbe2ef34ec
16 changed files with 74 additions and 86 deletions

View File

@@ -414,7 +414,7 @@ Public Class frmMain
btnAddPaket.Enabled = True
tsinfolabel.Text = "Vorgang abgebrochen"
tsinfolabel.Visible = True
ListBoxFortras.ResetText()
ListBoxFortras.Items.Clear()
txtFreitext.Text = ""
txtHinweistext.Text = ""
Catch ex As Exception
@@ -668,7 +668,7 @@ Public Class frmMain
btnAddPaket.Enabled = True
tsinfolabel.Text = "Vorgang abgebrochen"
tsinfolabel.Visible = True
ListBoxFortras.ResetText()
ListBoxFortras.Items.Clear()
frmPrintOptions.ShowDialog()
GridControlLHM.DataSource = Nothing
@@ -826,11 +826,11 @@ Public Class frmMain
End Sub
Private Sub pnlHuP_VisibleChanged(sender As Object, e As EventArgs) Handles pnlHuP.VisibleChanged
If pnlHuP.Visible = True Then
txtFreitext.Text = ""
txtFreitext.Text = ""
txtHinweistext.Text = ""
ListBoxFortras.ResetText()
End If
ListBoxFortras.Items.Clear()
End Sub
Private Sub txtFreitext_TextChanged(sender As Object, e As EventArgs) Handles txtFreitext.TextChanged