1234567891011121314151617181920212223242526272829303132 |
- $PBExportHeader$dw_outware_pos_lastbill.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=134217739 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=96 color="536870912" )
- table(column=(type=decimal(5) update=yes updatewhereclause=yes name=totalamt dbname="u_outware.totalamt" )
- column=(type=decimal(5) update=yes updatewhereclause=yes name=getamt dbname="u_outware.getamt" )
- column=(type=long update=yes updatewhereclause=yes name=outwareid dbname="u_outware.outwareid" )
- column=(type=decimal(5) updatewhereclause=yes name=backamt dbname="backamt" )
- retrieve=" SELECT top 1 totalamt,
- getamt,
- outwareid as outwareid,
- getamt - totalamt as backamt
- FROM u_outware
- WHERE ( u_outware.lsflag = 1 ) AND
- ( u_outware.opemp = :arg_emp ) AND
- ( u_outware.billtype = 1 )
- order by u_outware.outdate desc,
- u_outware.opdate desc
- " arguments=(("arg_emp", string)) )
- text(band=detail alignment="1" text="上次应收:" border="0" color="16711680" x="9" y="4" height="72" width="393" html.valueishtml="0" name=totalamt_t 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" )
- text(band=detail alignment="1" text="上次实收:" border="0" color="16711680" x="910" y="4" height="72" width="393" html.valueishtml="0" name=getamt_t 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" )
- text(band=detail alignment="1" text="上次找回:" border="0" color="16711680" x="1810" y="4" height="72" width="393" html.valueishtml="0" name=backamt_t 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" )
- column(band=detail id=1 alignment="0" tabsequence=32766 border="4" color="0" x="416" y="4" height="76" width="480" format="#,##0.00##" html.valueishtml="0" name=totalamt visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00##" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="4" color="0" x="1317" y="4" height="76" width="480" format="#,##0.00##" html.valueishtml="0" name=getamt visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00##" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=4 alignment="0" tabsequence=32766 border="4" color="0" x="2217" y="4" height="76" width="480" format="#,##0.00##" html.valueishtml="0" name=backamt visible="1" edit.limit=0 edit.case=any edit.format="#,##0.00##" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- 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" )
|