dw_objdpm_user_mt.srd 6.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. $PBExportHeader$dw_objdpm_user_mt.srd
  2. release 11.5;
  3. datawindow(units=0 timer_interval=0 color=1073741824 brushmode=0 transparency=0 gradient.angle=0 gradient.color=8421504 gradient.focus=0 gradient.repetition.count=0 gradient.repetition.length=100 gradient.repetition.mode=0 gradient.scale=100 gradient.spread=100 gradient.transparency=0 picture.blur=0 picture.clip.bottom=0 picture.clip.left=0 picture.clip.right=0 picture.clip.top=0 picture.mode=0 picture.scale.x=100 picture.scale.y=100 picture.transparency=0 processing=9 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 print.background=no print.preview.background=no print.preview.outline=yes hidegrayline=yes showbackcoloronxp=no picture.file="" grid.lines=1 selected.mouse=no )
  4. header(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  5. summary(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  6. footer(height=0 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  7. detail(height=80 color="536870912" transparency="0" gradient.color="8421504" gradient.transparency="0" gradient.angle="0" brushmode="0" gradient.repetition.mode="0" gradient.repetition.count="0" gradient.repetition.length="100" gradient.focus="0" gradient.scale="100" gradient.spread="100" )
  8. table(column=(type=char(30) updatewhereclause=yes name=u_user_username dbname="username" )
  9. column=(type=long updatewhereclause=yes identity=yes name=u_user_empid dbname="empid" )
  10. column=(type=char(30) updatewhereclause=yes name=deptype dbname="deptype" )
  11. column=(type=long updatewhereclause=yes identity=yes name=sortnum dbname="sortnum" )
  12. retrieve="select username,empid,deptype,sortnum
  13. from(
  14. select top 10 username,empid,deptype,sortnum
  15. from (
  16. SELECT distinct u_rs_empinfo.Empname as username,
  17. Sys_admsgmx.Empid as empid ,
  18. '最近联系人' as deptype,
  19. 0 as sortnum
  20. FROM Sys_admsgmx
  21. inner join u_rs_empinfo
  22. on Sys_admsgmx.empid = u_rs_empinfo.empid
  23. inner join Sys_admsg
  24. on Sys_admsg.msgid = Sys_admsgmx.msgid
  25. where (Sys_admsgmx.kind = :arg_kind or :arg_kind = -1)
  26. and Sys_admsg.sendempid = :arg_sendempid
  27. ) v_emp_last
  28. union all
  29. SELECT u_user.Username as username,
  30. u_user.Empid as empid,
  31. isnull(u_rs_empinfo.deptype,' 公司总部') as deptype,
  32. 1 as sortnum
  33. FROM u_user left OUTER join u_rs_empinfo
  34. on u_user.empid = u_rs_empinfo.empid
  35. ) v_emp
  36. order by sortnum,deptype" arguments=(("arg_sendempid", number),("arg_kind", number)) sort="sortnum A deptype A u_user_username A " )
  37. group(level=1 header.height=84 trailer.height=0 by=("deptype" ) header.color="536870912" header.transparency="0" header.gradient.color="8421504" header.gradient.transparency="0" header.gradient.angle="0" header.brushmode="0" header.gradient.repetition.mode="0" header.gradient.repetition.count="0" header.gradient.repetition.length="100" header.gradient.focus="0" header.gradient.scale="100" header.gradient.spread="100" trailer.color="536870912" trailer.transparency="0" trailer.gradient.color="8421504" trailer.gradient.transparency="0" trailer.gradient.angle="0" trailer.brushmode="0" trailer.gradient.repetition.mode="0" trailer.gradient.repetition.count="0" trailer.gradient.repetition.length="100" trailer.gradient.focus="0" trailer.gradient.scale="100" trailer.gradient.spread="100" )
  38. column(band=header.1 id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="155" y="4" height="68" width="754" format="[general]" html.valueishtml="0" name=deptype visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  39. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="238" y="4" height="68" width="672" format="[general]" html.valueishtml="0" name=u_user_username visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" background.transparency="0" background.gradient.color="8421504" background.gradient.transparency="0" background.gradient.angle="0" background.brushmode="0" background.gradient.repetition.mode="0" background.gradient.repetition.count="0" background.gradient.repetition.length="100" background.gradient.focus="0" background.gradient.scale="100" background.gradient.spread="100" tooltip.backcolor="134217752" tooltip.delay.initial="0" tooltip.delay.visible="32000" tooltip.enabled="0" tooltip.hasclosebutton="0" tooltip.icon="0" tooltip.isbubble="0" tooltip.maxwidth="0" tooltip.textcolor="134217751" tooltip.transparency="0" transparency="0" )
  40. htmltable(border="1" )
  41. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" pagingmethod=0 generatedddwframes="1" )
  42. xhtmlgen() cssgen(sessionspecific="0" )
  43. xmlgen(inline="0" )
  44. xsltgen()
  45. jsgen()
  46. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  47. import.xml()
  48. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
  49. export.xhtml()
  50. tree(type=1 showconnectlines=yes showleafnodeconnectLines=no indent=80 showtreenodeicon=no defaultexpandtolevel=2 stateiconalignmode=1 selectnodebymouse=no rtollayout=no
  51. )