function Print_RefCodeByAgencyID (agencyid, org_agency_id, branchid, PrintTypeID)
schwaches TableField
wenn agencyid = „2651“ dann
print_ex_url= " https:// " u. Domain Name u. „/eServices/Secure/eBond/Print_RefCodes.asp? PrintTypeID=2“
Cmd_PrintBondMarket_RefNo=Server.CreateObject („ADODB.Command“) einstellen
mit Cmd_PrintBondMarket_RefNo
.ActiveConnection = dbsecurecon
.CommandText = „up_GetWebCustomziedRpt_agent“
.CommandType = adCmdStoredProc
. Parameters.Append .CreateParameter („@agencyID“, adVarChar, adParamInput, 10, agencyid)
. Parameters.Append .CreateParameter („@ReportTypeID“, adinteger, adParamInput, 1)
. Parameters.Append .CreateParameter („@ReportBegDate“, adDate, adParamInput, „01/01/2010“)
. Parameters.Append .CreateParameter („@ReportToDate“, adDate, adParamInput, „01/30/2010“)
. Durchführen ()
mit beenden
ipagesize=10
wenn request.form („cmdbondnavbutton“) = "" dann
ipagecurrent=1
sonst
ipagecurrent=cint (request.form („cmdbondnavbutton“))
beenden wenn
Rs_PrintBondMarket_RefNo=Server.CreateObject („Adodb.RecordSet“) einstellen
Rs_PrintBondMarket_RefNo.PageSize=ipagesize
Rs_PrintBondMarket_RefNo.CursorLocation=aduseClient
Rs_PrintBondMarket_RefNo.CacheSize=ipagesize
Rs_PrintBondMarket_RefNo.Open Cmd_PrintBondMarket_RefNo
ipagecount = Rs_PrintBondMarket_RefNo.pagecount
wenn ipagecurrent > ipagecount dann
ipagecurrent = ipagecount
beenden wenn
wenn ipagecurrent < 1 dann
ipagecurrent = 1
beenden wenn
wenn ipagecount = 0 dann
p= " "
p=p u. „“
p=p u. „ “
p=p u. „“
p=p u. „“
sonst
Rs_PrintBondMarket_RefNo.AbsolutePage=ipagecurrent
'/
p = „“
'p = p u. „“
p = p u. „“
Datum des p = p u. „Marketing BezugsReport Submitted: “ u. Datum () u. „ (CST)“
wenn PrintTypeID = „1“ dann
p = p u. „Print in html drucken“
p = p u. „ | “
p = p u. „Print in Excel“
p = p u. „ | “
p = p u. „Close schließen dieses page“
beenden wenn
p = p u. „ | “
p = p u. „ “
p = p u. „“
p = p u. „Bond No. | “
p = p u. „ | >Marketing ist“
p = p u. „Bond Type | “
p = p u. „Principal Name | “
p = p u. „Bond Term | “
p = p u. „Bond Amt. | “
p = p u. „GWP | “
p = p u. „Other Amount | “
p = p u. „Agency Code | “
p = p u. „CSI Zahlung Type | “
p = p u. „Payment Number | “
p = p u. „ “
p = p u. „
| “
iRecordShown=0
Für jedes TableField in Rs_PrintBondMarket_RefNo.Fields
p=p u. „“
p=p u. „“ u. Rs_PrintBondMarket_RefNo.GetString (2, iPageSize) u. „ | “
p=p u. „ “
Zunächst
'wenn agentnote <> "" dann
'p=p u. „Note: “ u. agentnote u. „ | “
'beenden wenn
beenden wenn
'/
p=p u. „“
p=p u. „ “
navurl= " print_refcodes.asp "
p=p u. „ | “
p=p u. „ “
Rs_PrintBondMarket_RefNo.close
Rs_PrintBondMarket_RefNo einstellen = nichts
Cmd_PrintBondMarket_RefNo einstellen = nichts
sonst
p= " You werden nicht autorisiert, um diese Seite anzusehen. Mit uns bitte in Verbindung treten, wenn Sie haben irgendein question. | "
p=p u. „Close | schließen“
beenden wenn
Print_RefCodeByAgencyID=p
Endenfunktion
|