1234567891011121314151617181920212223242526272829303132 |
- $PBExportHeader$dw_department_add.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=134217739 processing=0 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 )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=416 color="536870912" )
- table(column=(type=long update=yes updatewhereclause=yes key=yes name=departmentid dbname="cw_department.departmentid" initial="0" )
- column=(type=char(20) updatewhereclause=yes name=deptcode dbname="cw_department.deptcode" initial="empty" )
- column=(type=char(30) update=yes updatewhereclause=yes name=departmentname dbname="cw_department.departmentname" initial="empty" )
- column=(type=long update=yes updatewhereclause=yes name=parentid dbname="cw_department.parentid" initial="0" )
- column=(type=long updatewhereclause=yes name=sonflag dbname="cw_department.sonflag" initial="1" values=" 1/ 0" )
- column=(type=long updatewhereclause=yes name=accsetid dbname="cw_department.accsetid" initial="0" )
- retrieve="SELECT cw_department.departmentid ,
- cw_department.deptcode ,
- cw_department.departmentname ,
- cw_department.parentid ,
- cw_department.sonflag ,
- cw_department.accsetid
- FROM cw_department
- WHERE ( cw_department.departmentid = :arg_departmentid ) " update="cw_department" updatewhere=1 updatekeyinplace=no arguments=(("arg_departmentid", number)) )
- text(band=detail alignment="1" text="部门名称:" border="0" color="16711680" x="14" y="296" height="56" width="247" html.valueishtml="0" name=departmentname_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=detail alignment="1" text="部门编号:" border="0" color="16711680" x="14" y="176" height="56" width="247" html.valueishtml="0" name=depcode_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" )
- column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="1065" y="168" height="76" width="64" format="[general]" html.valueishtml="0" name=sonflag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="134217739" )
- column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="16711680" x="279" y="300" height="68" width="635" format="[general]" html.valueishtml="0" name=departmentname visible="1" edit.limit=30 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="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="16711680" x="279" y="176" height="68" width="635" format="[general]" html.valueishtml="0" name=deptcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 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=detail alignment="1" text="上级部门:" border="0" color="16711680" x="14" y="52" height="56" width="247" html.valueishtml="0" name=parentid_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" )
- column(band=detail id=4 alignment="0" tabsequence=10 border="5" color="16711680" x="279" y="52" height="68" width="850" format="[general]" html.valueishtml="0" name=parentid visible="1" dddw.name=ddd_dept_handtype dddw.displaycolumn=handtype dddw.datacolumn=departmentid dddw.percentwidth=120 dddw.lines=0 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="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" )
|