abrechnungsmaske, etc.
This commit is contained in:
@@ -329,7 +329,7 @@ Public Class frmAbrechnungsMaske
|
|||||||
|
|
||||||
If cboRechnungsdruck._value <> "" Then
|
If cboRechnungsdruck._value <> "" Then
|
||||||
Select Case cboRechnungsdruck._value
|
Select Case cboRechnungsdruck._value
|
||||||
Case 6 : sqlstr &= " And Rechnungsdruck='3' And isnull(Automailversand,0)=1 " : enableAUTOMAIL_BTN = True
|
Case 6 : sqlstr &= " And Rechnungsdruck='2' And isnull(Automailversand,0)=1 " : enableAUTOMAIL_BTN = True
|
||||||
Case 7 : sqlstr &= " And Rechnungsdruck='5' And isnull(Automailversand,0)=1 " : enableAUTOMAIL_BTN = True
|
Case 7 : sqlstr &= " And Rechnungsdruck='5' And isnull(Automailversand,0)=1 " : enableAUTOMAIL_BTN = True
|
||||||
Case 2 : sqlstr &= " And Rechnungsdruck='" & cboRechnungsdruck._value & "' And isnull(Automailversand,0)=0" : enableAUTOMAIL_BTN = True
|
Case 2 : sqlstr &= " And Rechnungsdruck='" & cboRechnungsdruck._value & "' And isnull(Automailversand,0)=0" : enableAUTOMAIL_BTN = True
|
||||||
Case 5 : sqlstr &= " And Rechnungsdruck='" & cboRechnungsdruck._value & "' And isnull(Automailversand,0)=0" : enableAUTOMAIL_BTN = False
|
Case 5 : sqlstr &= " And Rechnungsdruck='" & cboRechnungsdruck._value & "' And isnull(Automailversand,0)=0" : enableAUTOMAIL_BTN = False
|
||||||
|
|||||||
Reference in New Issue
Block a user