1234567891011121314151617181920212223242526272829303132 |
- $PBExportHeader$dw_userindex_1.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=4 color="536870912" )
- footer(height=68 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=char(20) update=yes updatewhereclause=yes name=username dbname="u_user.Username" )
- column=(type=char(255) update=yes updatewhereclause=yes name=descrp dbname="u_user.descrp" )
- column=(type=char(10) update=yes updatewhereclause=yes name=u_user_userid dbname="u_user.userid" )
- column=(type=long update=yes updatewhereclause=yes key=yes name=empid dbname="u_user.Empid" )
- column=(type=long updatewhereclause=yes key=yes name=scid dbname="u_user.scid" )
- retrieve=" SELECT u_user.Username,
- u_user.descrp,
- u_user.userid,
- u_user.Empid,
- u_user.scid
- FROM u_user
- WHERE (u_user.userid = :arg_userid or :arg_userid = 'super')
- " update="u_user" updatewhere=0 updatekeyinplace=no arguments=(("arg_userid", string)) )
- text(band=header alignment="2" text="代号" border="0" color="0" x="9" y="8" height="56" width="224" 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="242" y="8" height="56" width="256" 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="507" y="8" height="56" width="347" 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" )
- column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="224" 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="0" tabsequence=32766 border="0" color="0" x="242" y="4" height="68" width="256" 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="507" y="4" height="68" width="347" 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" )
- compute(band=footer alignment="2" expression="count(u_user_userid for all)"border="0" color="16711680" x="9" y="4" height="56" width="224" 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" )
|