dw_email_crm_rev.srd 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. $PBExportHeader$dw_email_crm_rev.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=68 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=char(255) updatewhereclause=yes name=u_email_msg_mailaddress dbname="u_email_msg.mailaddress" )
  9. column=(type=char(255) updatewhereclause=yes name=u_email_msg_sendaddress dbname="u_email_msg.sendaddress" )
  10. column=(type=datetime updatewhereclause=yes name=u_email_msg_revdate dbname="u_email_msg.revdate" )
  11. column=(type=char(255) updatewhereclause=yes name=u_email_msg_subject dbname="u_email_msg.subject" )
  12. column=(type=decimal(5) updatewhereclause=yes name=u_email_msg_mailsize dbname="u_email_msg.mailsize" )
  13. column=(type=long updatewhereclause=yes key=yes name=id dbname="u_email_msg.ID" )
  14. column=(type=char(10) updatewhereclause=yes name=u_email_msg_mailtype dbname="u_email_msg.mailtype" )
  15. column=(type=char(255) updatewhereclause=yes name=u_email_msg_senduser dbname="u_email_msg.senduser" )
  16. retrieve=" SELECT u_email_msg.mailaddress,
  17. u_email_msg.sendaddress,
  18. u_email_msg.revdate,
  19. u_email_msg.subject,
  20. u_email_msg.mailsize,
  21. u_email_msg.ID,
  22. u_email_msg.mailtype,
  23. u_email_msg.senduser
  24. FROM u_email_msg
  25. WHERE (revdate >= :arg_fdate) AND
  26. (revdate <= :arg_edate) AND
  27. (mailid in (:arg_numarr)) AND
  28. LOWER(sendaddress) in (:arg_stringarr) AND mailtype = '收件'
  29. " update="u_email_msg" updatewhere=0 updatekeyinplace=no arguments=(("arg_fdate", datetime),("arg_edate", datetime),("arg_numarr", numberlist),("arg_stringarr", stringlist)) )
  30. text(band=header alignment="2" text="状态" border="0" color="33554432" x="9" y="8" height="56" width="206" html.valueishtml="0" name=u_email_msg_mailtype_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="16777215" )
  31. text(band=header alignment="2" text="收件地址" border="0" color="33554432" x="224" y="8" height="56" width="562" html.valueishtml="0" name=u_email_msg_mailaddress_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="16777215" )
  32. text(band=header alignment="2" text="发件人" border="0" color="33554432" x="795" y="8" height="56" width="283" html.valueishtml="0" name=u_email_msg_senduser_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="16777215" )
  33. text(band=header alignment="2" text="发件地址" border="0" color="33554432" x="1088" y="8" height="56" width="709" html.valueishtml="0" name=u_email_msg_sendaddress_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="16777215" )
  34. text(band=header alignment="2" text="接收时间" border="0" color="33554432" x="1806" y="8" height="56" width="549" html.valueishtml="0" name=u_email_msg_revdate_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="16777215" )
  35. text(band=header alignment="2" text="主题" border="0" color="33554432" x="2363" y="8" height="56" width="768" html.valueishtml="0" name=u_email_msg_subject_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="16777215" )
  36. text(band=header alignment="2" text="邮件大小(K)" border="0" color="33554432" x="3141" y="8" height="56" width="334" html.valueishtml="0" name=u_email_msg_mailsize_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="16777215" )
  37. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="224" y="4" height="68" width="562" format="[general]" html.valueishtml="0" name=u_email_msg_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" )
  38. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="1088" y="4" height="68" width="709" format="[general]" html.valueishtml="0" name=u_email_msg_sendaddress 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" )
  39. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="1806" y="4" height="68" width="549" format="[shortdate] [time]" html.valueishtml="0" name=u_email_msg_revdate 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" )
  40. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="2363" y="4" height="68" width="768" format="[general]" html.valueishtml="0" name=u_email_msg_subject 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" )
  41. column(band=detail id=7 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="206" format="[general]" html.valueishtml="0" name=u_email_msg_mailtype visible="1" edit.limit=0 edit.case=any 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" )
  42. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="3141" y="4" height="68" width="334" format="###,##0" html.valueishtml="0" name=u_email_msg_mailsize visible="1" edit.limit=0 edit.case=any 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" )
  43. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="795" y="4" height="68" width="283" format="[general]" html.valueishtml="0" name=u_email_msg_senduser visible="1" edit.limit=0 edit.case=any 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" )
  44. htmltable(border="1" )
  45. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  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" )