1234567891011121314151617181920212223242526272829303132 |
- $PBExportHeader$dw_xls_billcolumn_def.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 selected.mouse=no )
- header(height=68 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=long update=yes updatewhereclause=yes key=yes name=columnid dbname="U_XLS_BillColumn_Def.ColumnID" initial="0" )
- column=(type=long update=yes updatewhereclause=yes key=yes name=billid dbname="U_XLS_BillColumn_Def.BillID" initial="0" )
- column=(type=char(50) update=yes updatewhereclause=yes name=signname dbname="U_XLS_BillColumn_Def.SignNAME" initial="empty" )
- column=(type=long update=yes updatewhereclause=yes name=columntype dbname="U_XLS_BillColumn_Def.ColumnType" initial="0" )
- column=(type=char(100) update=yes updatewhereclause=yes name=columnname dbname="ColumnName" initial="empty" )
- retrieve=" SELECT U_XLS_BillColumn_Def.ColumnID,
- U_XLS_BillColumn_Def.BillID,
- U_XLS_BillColumn_Def.SignNAME,
- U_XLS_BillColumn_Def.ColumnType ,
- lower(U_XLS_BillColumn_Def.ColumnName) as ColumnName
- FROM U_XLS_BillColumn_Def
- where BillID = :arg_id and ColumnName in (:arg_columnname) " update="U_XLS_BillColumn_Def" updatewhere=0 updatekeyinplace=yes arguments=(("arg_id", number),("arg_columnname", stringlist)) sort="columntype A pid A " )
- text(band=header alignment="2" text="字段名称" border="0" color="33554432" x="73" y="8" height="56" width="1015" html.valueishtml="0" name=columnname_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="536870912" )
- text(band=header alignment="2" text="标记名称" border="0" color="33554432" x="1097" y="8" height="56" width="590" html.valueishtml="0" name=signname_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="536870912" )
- text(band=header alignment="2" text="类型" border="0" color="33554432" x="1696" y="8" height="56" width="274" html.valueishtml="0" name=columntype_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="536870912" )
- text(band=header alignment="2" text="序" border="0" color="33554432" x="9" y="8" height="56" width="55" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="73" y="4" height="68" width="1015" format="[general]" html.valueishtml="0" name=columnname visible="1" edit.limit=50 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="1097" y="4" height="68" width="590" format="[general]" html.valueishtml="0" name=signname visible="1" edit.limit=50 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="1696" y="4" height="68" width="274" format="[general]" html.valueishtml="0" name=columntype visible="1" dddw.name=ddd_xls_columntype dddw.displaycolumn=name dddw.datacolumn=id dddw.percentwidth=100 dddw.lines=10 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=detail alignment="2" expression="getrow()"border="0" color="33554432" x="9" y="4" height="68" width="55" format="[GENERAL]" html.valueishtml="0" name=pid visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- 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" )
|