123456789101112131415161718192021222324252627282930 |
- $PBExportHeader$dw_cusamt_mx_permit.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=16777215 processing=1 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 grid.lines=0 )
- header(height=68 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=64 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=char(255) updatewhereclause=yes name=billcode dbname="u_Bmsttakemx.Billcode" )
- column=(type=decimal(2) updatewhereclause=yes name=takeamt dbname="takeamt" )
- column=(type=datetime updatewhereclause=yes name=takedate dbname="u_Bmsttakemx.takedate" )
- retrieve=" SELECT u_Bmsttakemx.Billcode,
- 0 - u_Bmsttakemx.takeamt as takeamt,
- u_Bmsttakemx.takedate
- FROM u_Bmsttakemx
- WHERE ( u_Bmsttakemx.takeid = :arg_takeid ) AND
- ( u_Bmsttakemx.buildtype = 2 )
- " arguments=(("arg_takeid", number)) sort="billcode A " )
- text(band=header alignment="2" text="单号" border="0" color="33554432" x="9" y="8" height="56" width="507" html.valueishtml="0" name=billcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- text(band=header alignment="2" text="日期" border="0" color="33554432" x="526" y="8" height="56" width="370" html.valueishtml="0" name=takedate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- text(band=header alignment="2" text="金额" border="0" color="33554432" x="905" y="8" height="56" width="453" html.valueishtml="0" name=takeamt_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="507" format="[general]" html.valueishtml="0" name=billcode visible="1" edit.limit=255 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="33554432" x="905" y="4" height="68" width="453" format="#,##0.00" html.valueishtml="0" name=takeamt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432" x="526" y="4" height="68" width="370" format="yyyy-mm-dd" html.valueishtml="0" name=takedate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- compute(band=footer alignment="2" expression="count(billcode for all)"border="0" color="16711680" x="9" y="4" height="56" width="507" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- compute(band=footer alignment="1" expression="sum(takeamt for all)"border="0" color="16711680" x="905" y="4" height="56" width="453" format="#,##0.00" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- 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" )
|