dw_deal_admsg_2.srd 9.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. $PBExportHeader$dw_deal_admsg_2.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=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=72 color="536870912" )
  7. detail(height=68 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=sys_admsgmx_msgid dbname="Sys_admsgmx.msgid" )
  9. column=(type=datetime update=yes updatewhereclause=yes name=senddt dbname="Sys_admsg.senddt" )
  10. column=(type=char(10) update=yes updatewhereclause=yes name=sendemp dbname="Sys_admsg.sendemp" )
  11. column=(type=long updatewhereclause=yes name=sys_admsg_sendempid dbname="Sys_admsg.sendempid" )
  12. column=(type=long updatewhereclause=yes name=sys_admsgmx_dealflag dbname="Sys_admsgmx.dealflag" values=" 1/ 0" )
  13. column=(type=datetime updatewhereclause=yes name=sys_admsgmx_dealdt dbname="Sys_admsgmx.dealdt" )
  14. column=(type=char(100) updatewhereclause=yes name=sys_admsgmx_s_msgtitle dbname="Sys_admsgmx.s_msgtitle" )
  15. column=(type=char(4099) updatewhereclause=yes name=sys_admsgmx_s_msg dbname="Sys_admsgmx.s_msg" )
  16. column=(type=long updatewhereclause=yes name=sys_admsgmx_empid dbname="Sys_admsgmx.empid" )
  17. column=(type=char(30) updatewhereclause=yes name=sys_admsgmx_billcode dbname="Sys_admsgmx.billcode" )
  18. column=(type=long updatewhereclause=yes name=sys_admsgmx_senddtint dbname="Sys_admsgmx.senddtint" )
  19. column=(type=long updatewhereclause=yes name=sys_admsgmx_scid dbname="Sys_admsgmx.scid" )
  20. retrieve=" SELECT sys_admsgmx.msgid,
  21. sys_admsg.senddt,
  22. sys_admsg.sendemp,
  23. sys_admsg.sendempid,
  24. sys_admsgmx.dealflag,
  25. sys_admsgmx.dealdt,
  26. sys_admsgmx.s_msgtitle,
  27. sys_admsgmx.s_msg,
  28. sys_admsgmx.empid,
  29. sys_admsgmx.billcode,
  30. sys_admsgmx.senddtint ,
  31. sys_admsgmx.scid
  32. FROM sys_admsg,
  33. sys_admsgmx
  34. WHERE ( sys_admsg.msgid = sys_admsgmx.msgid ) and
  35. ( sys_admsgmx.empid = :arg_empid ) and
  36. ( sys_admsg.senddt>:arg_firstdate ) and
  37. ( sys_admsg.senddt<:arg_enddate )
  38. " arguments=(("arg_empid", number),("arg_firstdate", datetime),("arg_enddate", datetime)) sort="sys_admsgmx_msgid D " )
  39. text(band=header alignment="2" text="发送人" border="0" color="0" x="128" y="8" height="56" width="238" html.valueishtml="0" name=sendemp_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. text(band=header alignment="2" text="发送时间" border="0" color="0" x="1650" y="8" height="56" width="443" html.valueishtml="0" name=senddt_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" )
  41. text(band=header alignment="2" text="标题" border="0" color="0" x="375" y="8" height="56" width="832" html.valueishtml="0" name=sys_admsgmx_s_msgtitle_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" )
  42. text(band=header alignment="2" text="消息" border="0" color="0" x="2103" y="8" height="56" width="494" html.valueishtml="0" name=sys_admsgmx_s_msg_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" )
  43. text(band=header alignment="2" text="确认" border="0" color="0" x="2606" y="8" height="56" width="114" html.valueishtml="0" name=sys_admsgmx_dealflag_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" )
  44. text(band=header alignment="2" text="相关单号" border="0" color="33554432" x="1216" y="8" height="56" width="425" html.valueishtml="0" name=sys_admsgmx_billcode_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" )
  45. text(band=header alignment="2" text="确认时间" border="0" color="0" x="2729" y="8" height="56" width="480" html.valueishtml="0" name=sys_admsgmx_dealdt_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" )
  46. text(band=header alignment="2" text="序" border="0" color="33554432" x="9" y="8" height="56" width="110" html.valueishtml="0" name=t_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="553648127" )
  47. column(band=detail id=2 alignment="0" tabsequence=50 border="0" color="0" x="1650" y="4" height="60" width="443" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=senddt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  48. column(band=detail id=7 alignment="0" tabsequence=30 border="0" color="0" x="375" y="4" height="60" width="832" format="[general]" html.valueishtml="0" name=sys_admsgmx_s_msgtitle visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  49. column(band=detail id=8 alignment="0" tabsequence=60 border="0" color="0" x="2103" y="4" height="60" width="494" format="[general]" html.valueishtml="0" name=sys_admsgmx_s_msg visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  50. column(band=detail id=5 alignment="2" tabsequence=32766 border="0" color="0" x="2606" y="4" height="60" width="114" format="[general]" html.valueishtml="0" name=sys_admsgmx_dealflag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  51. column(band=detail id=10 alignment="0" tabsequence=40 border="0" color="0" x="1216" y="4" height="60" width="425" format="[general]" html.valueishtml="0" name=sys_admsgmx_billcode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  52. column(band=detail id=3 alignment="0" tabsequence=20 border="0" color="0" x="128" y="4" height="60" width="238" format="[general]" html.valueishtml="0" name=sendemp visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  53. column(band=detail id=6 alignment="0" tabsequence=70 border="0" color="0" x="2729" y="4" height="60" width="480" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=sys_admsgmx_dealdt visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd hh:mm" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  54. compute(band=detail alignment="2" expression="getrow()"border="0" color="0" x="9" y="4" height="60" width="110" format="[GENERAL]" html.valueishtml="0" name=compute_2 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" )
  55. compute(band=footer alignment="2" expression="count( sys_admsgmx_s_msgtitle for all )"border="0" color="16711680" x="9" y="4" height="64" width="110" 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="1" background.color="553648127" )
  56. htmltable(border="1" )
  57. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  58. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  59. import.xml()
  60. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )