12345678910111213141516171819202122232425262728293031 |
- $PBExportHeader$dw_rp_item_index.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=1073741824 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=300 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=104 color="536870912" )
- table(column=(type=long update=yes updatewhereclause=yes key=yes name=itemid dbname="u_itemdef.itemid" )
- column=(type=char(20) update=yes updatewhereclause=yes name=itemcode dbname="u_itemdef.itemcode" )
- column=(type=char(50) update=yes updatewhereclause=yes name=itemname dbname="u_itemdef.itemname" )
- column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_itemdef.dscrp" )
- retrieve=" SELECT u_itemdef.itemid,
- u_itemdef.itemcode,
- u_itemdef.itemname,
- u_itemdef.dscrp
- FROM u_itemdef
- " update="u_itemdef" updatewhere=1 updatekeyinplace=no )
- text(band=header alignment="2" text="项目编号" border="2" color="33554432" x="9" y="244" height="60" width="430" html.valueishtml="0" name=itemcode_t visible="1" font.face="宋体" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="项目名称" border="2" color="33554432" x="448" y="244" height="60" width="667" html.valueishtml="0" name=itemname_t visible="1" font.face="宋体" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="备注" border="2" color="33554432" x="1125" y="244" height="60" width="882" html.valueishtml="0" name=dscrp_t visible="1" font.face="宋体" font.height="-10" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="88" width="430" format="[general]" html.valueishtml="0" name=itemcode visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=9 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="448" y="8" height="88" width="667" format="[general]" html.valueishtml="0" name=itemname visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
- column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1125" y="8" height="88" width="882" format="[general]" html.valueishtml="0" name=dscrp visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
- text(band=foreground alignment="0" text="" border="0" color="33554432" x="0" y="0" height="240" width="3177" 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="2" background.color="1073741824" )
- text(band=foreground alignment="0" text="项目资料表" border="0" color="33554432" x="9" y="12" height="124" width="1682" html.valueishtml="0" name=t_2 visible="1" font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- compute(band=foreground alignment="0" expression="'打印日期: '+string(today(),'yyyy-mm-dd')+' 共 '+string(pageCount())+' 页 第 ' + string(page()) + ' 页'"border="0" color="33554432" x="18" y="144" height="64" width="2473" 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="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" )
|