dw_email_set_index.srd 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. $PBExportHeader$dw_email_set_index.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 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=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=68 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=mailid dbname="u_email_set.mailID" )
  9. column=(type=long update=yes updatewhereclause=yes name=empid dbname="u_email_set.empid" )
  10. column=(type=char(255) update=yes updatewhereclause=yes name=mailuser dbname="u_email_set.mailuser" )
  11. column=(type=long updatewhereclause=yes name=mailtype dbname="u_email_set.mailtype" values="私人 0/公共 1/" )
  12. column=(type=char(255) update=yes updatewhereclause=yes name=mailaddress dbname="u_email_set.mailaddress" )
  13. column=(type=char(255) update=yes updatewhereclause=yes name=mailpsw dbname="u_email_set.mailpsw" )
  14. column=(type=char(50) update=yes updatewhereclause=yes name=popset dbname="u_email_set.popset" )
  15. column=(type=long updatewhereclause=yes name=popport dbname="u_email_set.popport" )
  16. column=(type=char(50) update=yes updatewhereclause=yes name=smtpset dbname="u_email_set.smtpset" )
  17. column=(type=long updatewhereclause=yes name=smtpport dbname="u_email_set.smtpport" )
  18. column=(type=long updatewhereclause=yes name=ifdelmsg dbname="u_email_set.ifdelmsg" values=" 1/ 0" )
  19. column=(type=long updatewhereclause=yes name=gap dbname="u_email_set.gap" )
  20. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_email_set.dscrp" )
  21. column=(type=char(255) update=yes updatewhereclause=yes name=othermsg dbname="u_email_set.Othermsg" )
  22. column=(type=char(10) update=yes updatewhereclause=yes name=opemp dbname="u_email_set.Opemp" )
  23. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_email_set.Opdate" )
  24. retrieve=" SELECT u_email_set.mailID,
  25. u_email_set.empid,
  26. u_email_set.mailuser,
  27. u_email_set.mailtype,
  28. u_email_set.mailaddress,
  29. u_email_set.mailpsw,
  30. u_email_set.popset,
  31. u_email_set.popport,
  32. u_email_set.smtpset,
  33. u_email_set.smtpport,
  34. u_email_set.ifdelmsg,
  35. u_email_set.gap,
  36. u_email_set.dscrp,
  37. u_email_set.Othermsg,
  38. u_email_set.Opemp,
  39. u_email_set.Opdate
  40. FROM u_email_set
  41. where ( u_email_set.empid = :arg_empid and u_email_set.mailtype = 0)
  42. or u_email_set.mailtype = 1
  43. " update="u_email_set" updatewhere=1 updatekeyinplace=no arguments=(("arg_empid", number)) )
  44. text(band=header alignment="2" text="类型" border="0" color="33554432" x="9" y="8" height="56" width="206" html.valueishtml="0" name=mailtype_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" )
  45. text(band=header alignment="2" text="用户名" border="0" color="33554432" x="224" y="8" height="56" width="329" html.valueishtml="0" name=mailuser_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" )
  46. text(band=header alignment="2" text="邮箱地址" border="0" color="33554432" x="562" y="8" height="56" width="859" html.valueishtml="0" name=mailaddress_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" )
  47. text(band=header alignment="2" text="SMTP服务器" border="0" color="33554432" x="1431" y="8" height="56" width="475" html.valueishtml="0" name=smtpset_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" )
  48. text(band=header alignment="2" text="Smtp端口" border="0" color="33554432" x="1915" y="8" height="56" width="238" html.valueishtml="0" name=smtpport_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  49. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="2162" y="8" height="56" width="352" html.valueishtml="0" name=opemp_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" )
  50. text(band=header alignment="2" text="建立时间" border="0" color="33554432" x="2523" y="8" height="56" width="704" html.valueishtml="0" name=opdate_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" )
  51. text(band=header alignment="2" text="备注" border="0" color="33554432" x="3237" y="8" height="56" width="919" html.valueishtml="0" name=dscrp_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" )
  52. text(band=header alignment="2" text="附加信息" border="0" color="33554432" x="4165" y="8" height="56" width="768" html.valueishtml="0" name=othermsg_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" )
  53. text(band=header alignment="2" text="发件间隔" border="0" color="33554432" x="4942" y="8" height="56" width="320" html.valueishtml="0" name=gap_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  54. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="224" y="4" height="68" width="329" format="[general]" html.valueishtml="0" name=mailuser visible="1" edit.limit=50 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  55. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="562" y="4" height="68" width="859" format="[general]" html.valueishtml="0" name=mailaddress visible="1" edit.limit=100 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  56. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="1431" y="4" height="68" width="475" format="[general]" html.valueishtml="0" name=smtpset visible="1" edit.limit=50 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  57. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="2162" y="4" height="68" width="352" format="[general]" html.valueishtml="0" name=opemp visible="1" edit.limit=10 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  58. column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="2523" y="4" height="68" width="704" format="[shortdate] [time]" html.valueishtml="0" name=opdate visible="1" edit.limit=0 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  59. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="3237" y="4" height="68" width="919" format="[general]" html.valueishtml="0" name=dscrp visible="1" edit.limit=255 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  60. column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="206" format="[general]" html.valueishtml="0" name=mailtype visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  61. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="4165" y="4" height="68" width="768" format="[general]" html.valueishtml="0" name=othermsg visible="1" edit.limit=255 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  62. column(band=detail id=10 alignment="1" tabsequence=32766 border="0" color="33554432" x="1915" y="4" height="68" width="238" format="####0" html.valueishtml="0" name=smtpport visible="1" edit.limit=0 edit.case=any edit.format="####0" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  63. column(band=detail id=12 alignment="1" tabsequence=32766 border="0" color="33554432" x="4942" y="4" height="68" width="320" format="###0" html.valueishtml="0" name=gap visible="1" edit.limit=0 edit.case=any edit.format="###0" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  64. compute(band=footer alignment="0" expression="count( mailid )"border="0" color="33554432" x="224" y="4" height="56" width="329" format="[GENERAL]" html.valueishtml="0" name=compute_1 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" )
  65. htmltable(border="1" )
  66. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  67. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  68. import.xml()
  69. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )