dw_rp_inwaremx_sumamt_th.srd 2.5 KB

1234567891011121314151617181920212223
  1. $PBExportHeader$dw_rp_inwaremx_sumamt_th.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=16777215 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=68 color="536870912" )
  7. table(column=(type=decimal(8) updatewhereclause=yes name=amt dbname="amt" )
  8. retrieve=" SELECT sum(round(u_inwaremx.price* u_inwaremx.qty,2)) + u_inware.otheramt as amt
  9. FROM u_inware,u_inwaremx
  10. WHERE ( u_inware.scid = u_inwaremx.scid ) and
  11. ( u_inware.inwareid = u_inwaremx.inwareid ) and
  12. ( u_inwaremx.inwareid = :arg_inwareid ) AND
  13. ( u_inwaremx.scid = :arg_scid )
  14. group by u_inware.otheramt
  15. " arguments=(("arg_scid", number),("arg_inwareid", number)) )
  16. text(band=detail alignment="1" text="合计金额(大写):" border="0" color="0" x="14" y="4" height="60" width="567" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-10" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  17. compute(band=detail alignment="0" expression="f_decimaltocn(abs(amt),0)"border="0" color="0" x="599" y="4" height="60" width="1486" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-10" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  18. compute(band=detail alignment="0" expression="'¥: '+string( amt ,'#,##0.00')"border="0" color="0" x="2098" y="4" height="60" width="763" format="[general]" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-10" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  19. htmltable(border="1" )
  20. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  21. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  22. import.xml()
  23. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )