Codedesign
This commit is contained in:
@@ -464,6 +464,7 @@ Partial Class Customers_Default3
|
|||||||
btn.Style.Add("margin", "2px 2px 8px 4px")
|
btn.Style.Add("margin", "2px 2px 8px 4px")
|
||||||
btn.Width = Unit.Pixel(60)
|
btn.Width = Unit.Pixel(60)
|
||||||
btn.Height = Unit.Pixel(72)
|
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("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')")
|
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.ForeColor = Drawing.Color.Red
|
||||||
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The time chosen is newer then today or older than april 2001. Please correct"
|
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The time chosen is newer then today or older than april 2001. Please correct"
|
||||||
End If
|
End If
|
||||||
|
|
||||||
'MsgBox("Test")
|
'MsgBox("Test")
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
Protected Sub btn_resetForm_Click(sender As Object, e As EventArgs)
|
Protected Sub btn_resetForm_Click(sender As Object, e As EventArgs)
|
||||||
dt = Nothing
|
dt = Nothing
|
||||||
txt_Absender.Text = String.Empty
|
txt_Absender.Text = String.Empty
|
||||||
|
|||||||
Reference in New Issue
Block a user