TIMOCOM, Anpassung Auftrag Kopieren
This commit is contained in:
@@ -202,7 +202,7 @@ Public Class usrcntlFirmen
|
||||
search = "%"
|
||||
End If
|
||||
|
||||
where &= " WHERE (kd_firma LIKE '%" & search & "%' OR (kd_str + ' ' + kd_strnr) LIKE '%" & search & "%' OR (kd_plz + ' - ' + kd_ort) LIKE '%" & search & "%' OR kd_land LIKE '%" & search & "%')"
|
||||
where &= " WHERE (kd_firma LIKE '%" & search & "%' OR (kd_str + ' ' + kd_strnr) LIKE '%" & search & "%' OR (kd_plz + ' - ' + kd_ort) LIKE '%" & search & "%' OR kd_land LIKE '%" & search & "%' OR kd_TIMOCOM LIKE '%" & search & "%')"
|
||||
If cboRolle._value IsNot "-1" And cboRolle._value IsNot "" Then
|
||||
where &= " AND kd_rolle = '" & cboRolle._value & "'"
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user