dw_department_add.srd 4.8 KB

1234567891011121314151617181920212223242526272829303132
  1. $PBExportHeader$dw_department_add.srd
  2. release 9;
  3. 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 )
  4. summary(height=0 color="536870912" )
  5. footer(height=0 color="536870912" )
  6. detail(height=416 color="536870912" )
  7. table(column=(type=long update=yes updatewhereclause=yes key=yes name=departmentid dbname="cw_department.departmentid" initial="0" )
  8. column=(type=char(20) updatewhereclause=yes name=deptcode dbname="cw_department.deptcode" initial="empty" )
  9. column=(type=char(30) update=yes updatewhereclause=yes name=departmentname dbname="cw_department.departmentname" initial="empty" )
  10. column=(type=long update=yes updatewhereclause=yes name=parentid dbname="cw_department.parentid" initial="0" )
  11. column=(type=long updatewhereclause=yes name=sonflag dbname="cw_department.sonflag" initial="1" values=" 1/ 0" )
  12. column=(type=long updatewhereclause=yes name=accsetid dbname="cw_department.accsetid" initial="0" )
  13. retrieve="SELECT cw_department.departmentid ,
  14. cw_department.deptcode ,
  15. cw_department.departmentname ,
  16. cw_department.parentid ,
  17. cw_department.sonflag ,
  18. cw_department.accsetid
  19. FROM cw_department
  20. WHERE ( cw_department.departmentid = :arg_departmentid ) " update="cw_department" updatewhere=1 updatekeyinplace=no arguments=(("arg_departmentid", number)) )
  21. 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" )
  22. 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" )
  23. 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" )
  24. 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" )
  25. 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" )
  26. 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" )
  27. 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" )
  28. htmltable(border="1" )
  29. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  30. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  31. import.xml()
  32. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )