Änderung gui button pdf

This commit is contained in:
ja
2021-11-03 17:02:19 +01:00
parent 580799933e
commit 5eace02936
4 changed files with 10 additions and 7 deletions

View File

@@ -39,13 +39,9 @@
<h1>Rechnungsdetails</h1>
<div id="line" style="width:92%;"></div>
<br />
<h3>Hier finden Sie Informationen zu der Rechnung: <%=VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P3")) %> der Filiale <%=VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P1")) %></h3>
<h3>Hier finden Sie Informationen zu der Rechnung: <%=VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P3")) %> der Filiale <%=VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P1")) %></h3>
<div class="container-fluid">
<form id="form1">
<%Dim view As Spire.PdfViewer.Forms.PdfViewer = New Spire.PdfViewer.Forms.PdfViewer()
Dim pdf As VERAG_PROG_ALLGEMEIN.cRechnungsausgang = New VERAG_PROG_ALLGEMEIN.cRechnungsausgang()
' view.LoadFromFile(pdf.LOAD(VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P1")), VERAG_PROG_ALLGEMEIN.cCryptography3.Decrypt(Request.QueryString("P2")), True), "") %>
</form>
</div>
</div>
</ContentTemplate>