Vorkosten, etc.
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
If txtLeistungsbezeichnung.Text = "" Then Label24.Visible = True : txtLeistungsbezeichnung.Focus() : Exit Sub
|
||||
If txtPreis._value = "" Then Label1.Visible = True : txtPreis.Focus() : Exit Sub
|
||||
|
||||
If txtLeistungsbezeichnung.Text.Length > 30 Then MsgBox("Leistungbezeichnung zu lang (max 30 Zeichen)!") : Label24.Visible = True : txtLeistungsbezeichnung.Focus() : Exit Sub
|
||||
If txtLeistungsbezeichnung.Text.Length > 265 Then MsgBox("Leistungbezeichnung zu lang (max 265 Zeichen)!") : Label24.Visible = True : txtLeistungsbezeichnung.Focus() : Exit Sub
|
||||
|
||||
If VK_EDIT >= 0 Then
|
||||
dgvVorkosten.Rows.RemoveAt(VK_EDIT)
|
||||
|
||||
@@ -770,14 +770,16 @@ Public Class usrCntlATLAS_EZA
|
||||
End Sub
|
||||
|
||||
Private Sub DateiimportToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles DateiimportToolStripMenuItem.Click
|
||||
Dim f As New cATLAS_EZA_IMPORT(AVISO, SENDUNG, EZA)
|
||||
f.ShowDialog(Me.FindForm)
|
||||
EZA = f.EZA
|
||||
'----- Kann ansonten keine Version freigeben!!!
|
||||
|
||||
Me.FindForm.SuspendLayout()
|
||||
POSITIONEN.setValues(EZA, True)
|
||||
btnPositionen.PerformClick()
|
||||
Me.FindForm.ResumeLayout()
|
||||
'Dim f As New cATLAS_EZA_IMPORT(AVISO, SENDUNG, EZA)
|
||||
'f.ShowDialog(Me.FindForm)
|
||||
'EZA = f.EZA
|
||||
|
||||
'Me.FindForm.SuspendLayout()
|
||||
'POSITIONEN.setValues(EZA, True)
|
||||
'btnPositionen.PerformClick()
|
||||
'Me.FindForm.ResumeLayout()
|
||||
End Sub
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user