Codedesign

This commit is contained in:
ja
2021-11-22 14:14:41 +01:00
parent d0a0208d7c
commit 79219051b5

View File

@@ -464,6 +464,7 @@ Partial Class Customers_Default3
btn.Style.Add("margin", "2px 2px 8px 4px")
btn.Width = Unit.Pixel(60)
btn.Height = Unit.Pixel(72)
'btn.Attributes.Add("href", "pdfviewer.aspx?P1=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.FilialenNr).ToString() + "&P2=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.AbfertigungsNr).ToString + "&P3=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.RK_ID).ToString)
btn.Attributes.Add("onclick", "window.open('../pdf/Bonizertifikat.pdf')")
@@ -501,11 +502,9 @@ Partial Class Customers_Default3
lbl_status.ForeColor = Drawing.Color.Red
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The time chosen is newer then today or older than april 2001. Please correct"
End If
'MsgBox("Test")
End Sub
Protected Sub btn_resetForm_Click(sender As Object, e As EventArgs)
dt = Nothing
txt_Absender.Text = String.Empty