dw_usergroup_edit.srd 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. $PBExportHeader$dw_usergroup_edit.srd
  2. release 9;
  3. 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 )
  4. header(height=72 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=u_usergroup_scid dbname="u_usergroup.scid" )
  9. column=(type=long update=yes updatewhereclause=yes key=yes name=u_usergroup_empid dbname="u_usergroup.empid" )
  10. column=(type=long update=yes updatewhereclause=yes key=yes name=u_usergroup_usergroupid dbname="u_usergroup.UsergroupID" )
  11. column=(type=long update=yes updatewhereclause=yes key=yes name=u_usergroup_grouptype dbname="u_usergroup.Grouptype" )
  12. column=(type=char(30) updatewhereclause=yes name=u_user_uname dbname="u_user.uname" )
  13. retrieve=" SELECT u_usergroup.scid as scid,
  14. u_usergroup.Empid as empid,
  15. u_usergroup.UsergroupID as UsergroupID,
  16. u_usergroup.Grouptype as Grouptype,
  17. u_user.Username as uname
  18. FROM u_user,
  19. u_usergroup
  20. WHERE ( u_user.Empid = u_usergroup.Empid ) and
  21. ( u_user.scid = u_usergroup.scid ) and
  22. ( u_usergroup.UsergroupID = :arg_groupid ) and
  23. ( u_usergroup.scid = :arg_scid ) and
  24. ( u_usergroup.Grouptype = 0 )
  25. union
  26. SELECT u_usergroup.scid as scid,
  27. u_usergroup.Empid as empid,
  28. u_usergroup.UsergroupID as UsergroupID,
  29. u_usergroup.Grouptype as Grouptype,
  30. u_usergroupdef.usergroup as uname
  31. FROM u_usergroup,
  32. u_usergroupdef
  33. WHERE ( u_usergroup.Empid = u_usergroupdef.usergroupid ) and
  34. ( u_usergroup.scid = u_usergroupdef.scid ) and
  35. ( u_usergroup.UsergroupID = :arg_groupid ) and
  36. ( u_usergroup.scid = :arg_scid ) and
  37. ( u_usergroup.Grouptype = 1 )
  38. " update="u_usergroup" updatewhere=0 updatekeyinplace=no arguments=(("arg_scid", number),("arg_groupid", number)) )
  39. text(band=header alignment="2" text="成员名称" border="6" color="0" x="9" y="8" height="56" width="1010" html.valueishtml="0" name=u_user_uname_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="553648127" )
  40. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="1010" format="[general]" html.valueishtml="0" name=u_user_uname 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="1" background.color="553648127" )
  41. htmltable(border="1" )
  42. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  43. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  44. import.xml()
  45. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )