exg
This commit is contained in:
@@ -46,7 +46,7 @@ Public Class usrCntlATLAS_EXGestellung
|
||||
|
||||
cbxNCTS.Checked = False
|
||||
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "ATILLA" Or VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG Then
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "ATILLA" Or VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG = "WAI" Then
|
||||
Button2.Visible = True
|
||||
Label5.Visible = True
|
||||
End If
|
||||
@@ -484,12 +484,21 @@ Public Class usrCntlATLAS_EXGestellung
|
||||
initStammref()
|
||||
|
||||
|
||||
|
||||
If Button2.Text = "UNISPED" Then
|
||||
Button2.Text = "ATILLA"
|
||||
Else
|
||||
Button2.Text = "UNISPED"
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "ATILLA" Then
|
||||
If Button2.Text = "UNISPED" Then
|
||||
Button2.Text = "ATILLA"
|
||||
Else
|
||||
Button2.Text = "UNISPED"
|
||||
End If
|
||||
End If
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG = "WAI" Then
|
||||
If Button2.Text = "UNISPED" Then
|
||||
Button2.Text = "VERAG"
|
||||
Else
|
||||
Button2.Text = "UNISPED"
|
||||
End If
|
||||
End If
|
||||
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user