dw_email_view_fj.srd 4.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. $PBExportHeader$dw_email_view_fj.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 selected.mouse=no )
  4. header(height=68 color="536870912" )
  5. summary(height=64 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=76 color="536870912" height.autosize=yes)
  8. table(column=(type=long updatewhereclause=yes name=u_email_fj_fjid dbname="u_email_fj.fjid" )
  9. column=(type=long updatewhereclause=yes name=u_email_fj_fjtype dbname="u_email_fj.fjtype" )
  10. column=(type=long updatewhereclause=yes name=u_email_fj_relid dbname="u_email_fj.Relid" )
  11. column=(type=char(255) updatewhereclause=yes name=u_email_fj_filename dbname="u_email_fj.filename" )
  12. column=(type=decimal(5) updatewhereclause=yes name=u_email_fj_filesize dbname="u_email_fj.filesize" )
  13. column=(type=char(255) updatewhereclause=yes name=u_email_fj_filetype dbname="u_email_fj.filetype" )
  14. retrieve="SELECT DISTINCT u_email_fj.fjid,
  15. u_email_fj.fjtype,
  16. u_email_fj.Relid,
  17. u_email_fj.filename,
  18. u_email_fj.filesize,
  19. u_email_fj.filetype
  20. FROM u_email_msg INNER JOIN u_email_fj
  21. ON u_email_msg.ID = u_email_fj.Relid
  22. LEFT OUTER JOIN u_email_sendmx
  23. ON u_email_msg.ID = u_email_sendmx.sendid
  24. WHERE u_email_msg.mailID = :arg_mailid AND
  25. (u_email_msg.sendaddress = :arg_address OR u_email_sendmx.revaddress = :arg_address)
  26. " arguments=(("arg_mailid", number),("arg_address", string)) )
  27. text(band=header alignment="2" text="文件名" border="0" color="33554432" x="9" y="8" height="56" width="718" html.valueishtml="0" name=u_email_fj_filename_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" )
  28. text(band=header alignment="2" text="文件类型" border="0" color="33554432" x="736" y="8" height="56" width="375" html.valueishtml="0" name=u_email_fj_filetype_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" )
  29. text(band=header alignment="2" text="大小(K)" border="0" color="33554432" x="1120" y="8" height="56" width="283" html.valueishtml="0" name=u_email_fj_filesize_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" )
  30. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="718" format="[general]" html.valueishtml="0" name=u_email_fj_filename 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" )
  31. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="1120" y="4" height="68" width="283" format="###,##0" html.valueishtml="0" name=u_email_fj_filesize 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" )
  32. column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="33554432" x="736" y="4" height="68" width="375" format="[general]" html.valueishtml="0" name=u_email_fj_filetype 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" )
  33. compute(band=summary alignment="2" expression="count( u_email_fj_fjid )"border="0" color="8388608" x="9" y="4" height="56" width="718" format="[GENERAL]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  34. htmltable(border="1" )
  35. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  36. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  37. import.xml()
  38. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )