123456789101112131415161718192021222324252627282930 |
- $PBExportHeader$dw_fileclass_ch.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=classid dbname="U_FileClass.ClassID" initial="0" )
- column=(type=char(50) update=yes updatewhereclause=yes name=classname dbname="U_FileClass.ClassName" initial="empty" )
- column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="U_FileClass.Dscrp" initial="empty" )
- column=(type=long update=yes updatewhereclause=yes name=billtype dbname="U_FileClass.billtype" initial="0" )
- retrieve=" SELECT U_FileClass.ClassID,
- U_FileClass.ClassName,
- U_FileClass.Dscrp,
- U_FileClass.billtype
- FROM U_FileClass
- WHERE U_FileClass.billtype = :arg_billtype
- " update="U_FileClass" updatewhere=0 updatekeyinplace=yes arguments=(("arg_billtype", number)) )
- text(band=header alignment="2" text="序" border="0" color="0" x="9" y="8" height="56" width="78" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
- text(band=header alignment="2" text="分类名称" border="0" color="0" x="96" y="8" height="56" width="553" html.valueishtml="0" name=classname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
- text(band=header alignment="2" text="备注" border="0" color="0" x="658" y="8" height="56" width="1221" html.valueishtml="0" name=dscrp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
- compute(band=detail alignment="2" expression="getrow()"border="0" color="0" x="9" y="4" height="68" width="78" format="[GENERAL]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="96" y="4" height="68" width="553" format="[general]" html.valueishtml="0" name=classname 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="0" background.mode="1" background.color="553648127" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="658" y="4" height="68" width="1221" format="[general]" html.valueishtml="0" name=dscrp 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="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
- compute(band=footer alignment="2" expression="count(classname for all)"border="0" color="0" x="96" y="4" height="56" width="553" format="[general]" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-8" 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" )
|