12345678910111213141516171819202122232425262728293031323334 |
- $PBExportHeader$dw_expensesdef_spt.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 selected.mouse=no )
- header(height=68 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=64 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=long update=yes updatewhereclause=yes key=yes name=expensesid dbname="U_Expenses.ExpensesID" initial="0" )
- column=(type=char(100) update=yes updatewhereclause=yes name=expensescode dbname="U_Expenses.ExpensesCode" initial="empty" )
- column=(type=char(100) update=yes updatewhereclause=yes name=expensesname dbname="U_Expenses.ExpensesName" initial="empty" )
- column=(type=long update=yes updatewhereclause=yes name=flag dbname="U_Expenses.flag" initial="1" values=" 1/ 0" )
- column=(type=long update=yes updatewhereclause=yes name=expensestype dbname="U_Expenses.Expensestype" initial="1" )
- retrieve="SELECT
- U_Expenses.ExpensesID,
- U_Expenses.ExpensesCode,
- U_Expenses.ExpensesName,
- U_Expenses.flag,
- U_Expenses.Expensestype
- FROM U_Expenses
- where U_Expenses.Expensestype = 1
-
- " update="U_Expenses" updatewhere=0 updatekeyinplace=no )
- text(band=header alignment="2" text="项目编码" border="0" color="33554432" x="9" y="8" height="56" width="430" html.valueishtml="0" name=expensescode_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="448" y="8" height="56" width="1317" html.valueishtml="0" name=expensesname_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="1774" y="8" height="56" width="123" html.valueishtml="0" name=flag_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=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="448" y="4" height="68" width="1317" format="[general]" html.valueishtml="0" name=expensesname visible="1" edit.limit=100 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="553648127" )
- column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="1774" y="4" height="68" width="123" format="[general]" html.valueishtml="0" name=flag visible="1" height.autosize=yes checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="430" format="[general]" html.valueishtml="0" name=expensescode 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
- compute(band=footer alignment="2" expression="count( expensesid for all )"border="0" color="16711680" x="9" y="4" height="56" width="430" 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" )
- 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" )
|