MS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user