Änderungen

This commit is contained in:
ja
2021-12-13 14:00:20 +01:00
parent a710a8a550
commit b2e315fdf8
2 changed files with 35 additions and 36 deletions

View File

@@ -97,6 +97,7 @@ Partial Class LKWS
tr1.Cells.Add(tc_Vermerk)
initcells(tblhrow, tbhc_KFZKennz, tbhc_Nat, tblhc_Verk, tblhc_Kz, tblhc_Verm, tr1, tc_KfzKennz, tc_Nationalitaet, tc_Verk, tc_KZ_Ab, tc_Vermerk, cnt)
Dim Stringtemp As String = String.Empty
Dim strtemparr As String = String.Empty
For Each l2 In list2
Dim String2 As String = String.Empty
@@ -116,6 +117,7 @@ Partial Class LKWS
Else
strtemp2 = l1.Nationalität
End If
tr1.Attributes.Add("OnClick", "Javascript:TableRowClick(""" & list3.ToString & """,""" & l1.KfzKennzeichen & """,""" & strtemp2 & """)")
cnt += 1
tbl_sidemenue.Rows.Add(tr1)