ddd_deptid.srd 2.2 KB

1234567891011121314151617181920212223242526
  1. $PBExportHeader$ddd_deptid.srd
  2. $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
  3. release 9;
  4. datawindow ( units=0 timer_interval=0 color=16777215 processing=0 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.size=0 print.paper.source=0 print.canusedefaultprinter=yes selected.mouse=no)
  5. header(height=0 )
  6. summary(height=0 color="536870912" )
  7. footer(height=0 color="536870912" )
  8. detail(height=76 color="536870912" )
  9. table(column=(type=long key=yes updatewhereclause=yes name=departmentid dbname="cw_department.departmentid" )
  10. column=(type=char(50) updatewhereclause=yes name=departmentname dbname="departmentname" )
  11. retrieve=" SELECT cw_department.departmentid,
  12. ltrim(rtrim(cw_department.deptcode)) + cw_department.departmentname as departmentname
  13. FROM cw_department
  14. WHERE ( cw_department.sonflag = 1 )
  15. and ( cw_department.accsetid = :arg_accsetid or :arg_accsetid = -1 )
  16. order by cw_department.deptcode
  17. "
  18. update="cw_department" updatewhere=0 updatekeyinplace=no
  19. arguments=(("arg_accsetid", number))
  20. )
  21. column(name=departmentname visible="1" tag="部门名称" band=detail id=2 x="0" y="4" height="68" width="713" color="0" border="0" alignment="0" format="[general]" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=30 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  22. htmltable(border="1" )
  23. htmlgen(clientComputedFields="1" clientEvents="1" clientFormatting="0" clientScriptable="0" clientValidation="1" generateJavaScript="1" netscapeLayers="0" netscapelayers="0" encodeSelfLinkArgs="1" )
  24. export.xml(headGroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  25. import.xml()
  26. export.pdf(method=0 distill.customPostScript="0" xslfop.print="0" )