Datenblatt Fehler aktualisiert mit korrekten Zahlen und Änderungen am Code

This commit is contained in:
ja
2021-11-04 16:36:25 +01:00
parent d4d2648273
commit 6051bedb12
6 changed files with 106 additions and 39 deletions

View File

@@ -1,7 +1,13 @@

Partial Class Customers_Default2
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, e As EventArgs)
If Page.IsPostBack Then
VERAG_VARIABLES.initerrorcount()
Else
VERAG_VARIABLES.initerrorcount()
End If
End Sub
Protected Sub Button1_Click(sender As Object, e As EventArgs)
If String.IsNullOrEmpty(TextBox1.Text) = False Then
Dim vals As New List(Of String)
@@ -11,7 +17,6 @@ Partial Class Customers_Default2
Dim strtemp As String = ""
VERAG_VARIABLES.seterrorcount(Integer.Parse(i))
vals.Add(i.ToString + Space(3) + ":" + Space(3) + VERAG_VARIABLES.geterrornumb)
Next
For Each val As String In vals
finalstr = finalstr + Environment.NewLine + val + Environment.NewLine