123456789101112131415161718192021222324252627282930313233343536373839 |
- $PBExportHeader$dw_user_fp.srd
- $PBExportComments$ABC
- 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=72 color="536870912" )
- summary(height=4 color="536870912" )
- footer(height=64 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=char(20) updatewhereclause=yes name=username dbname="u_user.Username" )
- column=(type=char(255) updatewhereclause=yes name=descrp dbname="u_user.descrp" )
- column=(type=char(10) updatewhereclause=yes name=u_user_userid dbname="u_user.userid" )
- column=(type=long updatewhereclause=yes name=fingercount dbname="fingercount" )
- column=(type=long updatewhereclause=yes name=u_user_scid dbname="u_user.scid" )
- column=(type=long updatewhereclause=yes name=u_user_empid dbname="u_user.empid" )
- retrieve=" SELECT u_user.Username ,
- u_user.descrp ,
- u_user.userid ,
- isnull(DataLength(u_user_fp.fingers) , 0 ) / 512 as fingercount,
- u_user.scid,
- u_user.empid
- FROM u_user left outer join u_user_fp on
- u_user.userid = u_user_fp.userid and
- u_user.empid = u_user_fp.empid and
- u_user.scid = u_user_fp.scid
- where ( u_user.scid = :arg_scid) and u_user.empid > 0 " arguments=(("arg_scid", number)) )
- text(band=header alignment="2" text="用户代号" border="0" color="0" x="9" y="8" height="56" width="311" html.valueishtml="0" name=u_user_userid_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="用户名" border="0" color="0" x="329" y="8" height="56" width="347" html.valueishtml="0" name=username_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="备注" border="0" color="0" x="686" y="8" height="56" width="978" html.valueishtml="0" name=descrp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="已采集指纹数" border="0" color="33554432" x="1673" y="8" height="56" width="384" html.valueishtml="0" name=fingercount_t 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=3 alignment="2" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="311" format="[general]" html.valueishtml="0" name=u_user_userid visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=1 alignment="2" tabsequence=32766 border="0" color="0" x="329" y="4" height="68" width="347" format="[general]" html.valueishtml="0" name=username visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="0" x="686" y="4" height="68" width="978" format="[general]" html.valueishtml="0" name=descrp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=4 alignment="1" tabsequence=32766 border="0" color="0" x="1673" y="4" height="68" width="384" format="[general]" html.valueishtml="0" name=fingercount 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="2" background.color="16777215" )
- compute(band=footer alignment="2" expression="count(u_user_userid for all)"border="0" color="16711680" x="9" y="4" height="56" width="311" 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="2" background.color="16777215" )
- 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" )
|