1234567891011121314151617181920 |
- $PBExportHeader$dw_rp_outwaremx_saletask_sumamt.srd
- release 9;
- 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 )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=84 color="536870912" )
- table(column=(type=decimal(9) updatewhereclause=yes name=amt dbname="amt" )
- retrieve=" SELECT sum(u_outwaremx.price* u_outwaremx.qty) as amt
- FROM u_outwaremx
- WHERE ( u_outwaremx.outwareid = :arg_outwareid ) and
- ( u_outwaremx.scid = :arg_scid )
- " arguments=(("arg_scid", number),("arg_outwareid", number)) )
- text(band=detail alignment="1" text="合计金额(大写):" border="0" color="0" x="9" y="4" height="72" width="594" 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" )
- compute(band=detail alignment="0" expression="f_decimaltocn(abs(amt),0)"border="0" color="0" x="613" y="4" height="72" width="1582" 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="1" background.color="536870912" )
- compute(band=detail alignment="0" expression="'小写: '+string( amt ,'#,##0.00')"border="0" color="0" x="2203" y="4" height="72" width="910" 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="1" background.color="536870912" )
- htmltable(border="1" )
- htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
- export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
|