dw_rp_cusamt.srd 4.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. $PBExportHeader$dw_rp_cusamt.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 2 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 9 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
  4. header(height=80 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=104 color="536870912" )
  8. table(column=(type=decimal(2) updatewhereclause=yes name=u_cusamt_cusamt dbname="u_cusamt.cusamt" initial="0" )
  9. column=(type=char(50) updatewhereclause=yes name=u_cust_name dbname="u_cust.name" initial="empty" )
  10. column=(type=char(100) updatewhereclause=yes name=u_accounts_dscrp dbname="u_accounts.dscrp" )
  11. column=(type=char(30) updatewhereclause=yes name=u_cusamt_cusmoncode dbname="u_cusamt.cusmoncode" )
  12. retrieve=" SELECT u_cusamt.cusamt,
  13. u_cust.name,
  14. u_accounts.dscrp,
  15. u_cusamt.cusmoncode
  16. FROM u_cusamt,
  17. u_cust,
  18. u_accounts
  19. WHERE ( u_cusamt.cusid = u_cust.cusid ) and
  20. ( u_cusamt.accountid = u_accounts.accountsid ) and
  21. ( ( u_cusamt.cusdate >= :arg_firstdate ) AND
  22. ( u_cusamt.cusdate < :arg_enddate ) ) and
  23. ( u_cust.cusareaid in (:arg_cusareaid) )
  24. " arguments=(("arg_firstdate", datetime),("arg_enddate", datetime),("arg_cusareaid", numberlist)) sort="u_accounts_dscrp A u_cusamt_cusmoncode A " )
  25. text(band=header alignment="2" text="收款金额" border="0" color="33554432" x="1001" y="8" height="68" width="521" html.valueishtml="0" name=u_cusamt_cusamt_t visible="1" font.face="宋体" font.height="-11" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  26. text(band=header alignment="2" text="客户名称" border="0" color="33554432" x="206" y="8" height="68" width="786" html.valueishtml="0" name=u_cust_name_t visible="1" font.face="宋体" font.height="-11" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  27. text(band=header alignment="2" text="备注" border="0" color="33554432" x="9" y="8" height="68" width="187" html.valueishtml="0" name=u_accounts_dscrp_t visible="1" font.face="宋体" font.height="-11" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  28. column(band=detail id=1 alignment="1" tabsequence=32766 border="0" color="33554432" x="1001" y="16" height="68" width="521" format="#,##0.00" html.valueishtml="0" name=u_cusamt_cusamt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  29. column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="33554432" x="206" y="16" height="68" width="786" format="[general]" html.valueishtml="0" name=u_cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  30. column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="16" height="68" width="187" format="[general]" html.valueishtml="0" name=u_accounts_dscrp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  31. sparse(names="u_accounts_dscrp")htmltable(border="1" )
  32. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  33. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  34. import.xml()
  35. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )