dw_rp_invoicemx_sumamt.srd 2.2 KB

12345678910111213141516171819
  1. $PBExportHeader$dw_rp_invoicemx_sumamt.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
  4. summary(height=0 color="536870912" )
  5. footer(height=0 color="536870912" )
  6. detail(height=100 color="536870912" )
  7. table(column=(type=decimal(4) updatewhereclause=yes name=amt dbname="amt" )
  8. retrieve="select sum(amt) as amt
  9. from u_invoicemx
  10. where (scid=:arg_scid) and
  11. (invoiceid=:arg_invoiceid) " arguments=(("arg_scid", number),("arg_invoiceid", number)) )
  12. text(band=detail alignment="1" text="合计金额(大写):" border="0" color="33554432" x="0" y="8" height="72" width="777" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  13. compute(band=detail alignment="0" expression="f_decimaltocn(abs(amt),0)"border="0" color="33554432" x="800" y="8" height="76" width="1344" format="[GENERAL]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  14. compute(band=detail alignment="0" expression="'小写: '+string( amt ,'#,##0.00')"border="0" color="33554432" x="2176" y="8" height="76" width="969" format="[GENERAL]" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  15. htmltable(border="1" )
  16. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  17. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  18. import.xml()
  19. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )