StartOpt.
This commit is contained in:
2
UID/Mitarbeiter/frmMitarbDetails.Designer.vb
generated
2
UID/Mitarbeiter/frmMitarbDetails.Designer.vb
generated
@@ -2306,7 +2306,7 @@ Partial Class frmMitarbDetails
|
||||
'cbxClientTimas
|
||||
'
|
||||
Me.cbxClientTimas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.cbxClientTimas.DropDownWidth = 100
|
||||
Me.cbxClientTimas.DropDownWidth = 200
|
||||
Me.cbxClientTimas.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxClientTimas.FormattingEnabled = True
|
||||
Me.cbxClientTimas.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5"})
|
||||
|
||||
@@ -156,6 +156,8 @@ Public Class frmMitarbDetails
|
||||
cbxClientTimas.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("IMEX", "IMEX"))
|
||||
cbxClientTimas.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("VERAG AG", "VERAG AG"))
|
||||
cbxClientTimas.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("VERAG GMBH", "VERAG GMBH"))
|
||||
cbxClientTimas.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("VERAG UNISPED Ltd", "VERAG UNISPED LIMITED"))
|
||||
cbxClientTimas.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("VERAG CUSTOMS LOGISTICS Ltd", "VERAG CL LIMITED"))
|
||||
|
||||
cbxClientTimas.SelectedIndex = 0
|
||||
|
||||
|
||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.2.3.8")>
|
||||
<Assembly: AssemblyFileVersion("1.2.3.8")>
|
||||
<Assembly: AssemblyVersion("1.2.4.0")>
|
||||
<Assembly: AssemblyFileVersion("1.2.4.0")>
|
||||
|
||||
@@ -6444,7 +6444,7 @@ repeatRequestDaily:
|
||||
|
||||
If APIText.Contains("Invalid token") Then
|
||||
If Not cs.authenticate() = 200 Then
|
||||
API_Start_Daily.UPDTAE_ERR("ERROR", APIText, "importCreditsafeEvents")
|
||||
API_Start_Daily.UPDTAE_ERR("ERROR", APIText, "dailyImportCreditsafeEvents")
|
||||
Exit Sub
|
||||
Else
|
||||
Thread.Sleep(4000)
|
||||
@@ -6470,10 +6470,11 @@ repeatRequestDailyPages:
|
||||
End If
|
||||
|
||||
|
||||
API_Start_Daily.UPDTAE_OK(,, "dailyImportCreditsafeEvents" & " Seiten:" & totalPages & "/" & page)
|
||||
|
||||
Exit Sub
|
||||
Exit Sub
|
||||
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
Dim dtRechnungen As DataTable = (New SQL).loadDgvBySql("select distinct(RechnungsKundenNr) from Rechnungsausgang where cast(RechnungsDatum as Date) >= ' " & Today().AddYears(-1) & "' ", "FMZOLL")
|
||||
|
||||
Reference in New Issue
Block a user