dw_hismsg_1.srd 7.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. $PBExportHeader$dw_hismsg_1.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=ch dbname="ch" values=" 1/ 0" )
  9. column=(type=long update=yes updatewhereclause=yes key=yes name=msgid dbname="Sys_admsg.msgid" )
  10. column=(type=datetime update=yes updatewhereclause=yes name=senddt dbname="Sys_admsg.senddt" )
  11. column=(type=char(10) update=yes updatewhereclause=yes name=sendemp dbname="Sys_admsg.sendemp" )
  12. column=(type=long update=yes updatewhereclause=yes name=sendempid dbname="Sys_admsg.sendempid" )
  13. column=(type=char(254) update=yes updatewhereclause=yes name=objdpm dbname="Sys_admsg.objdpm" )
  14. column=(type=char(100) update=yes updatewhereclause=yes name=s_msgtitle dbname="Sys_admsg.s_msgtitle" )
  15. column=(type=char(4099) update=yes updatewhereclause=yes name=s_msg dbname="Sys_admsg.s_msg" )
  16. column=(type=char(30) updatewhereclause=yes name=billcode dbname="Sys_admsg.billcode" )
  17. column=(type=long updatewhereclause=yes name=scid dbname="Sys_admsg.scid" )
  18. retrieve=" SELECT 0 as ch,
  19. Sys_admsg.msgid,
  20. Sys_admsg.senddt,
  21. Sys_admsg.sendemp,
  22. Sys_admsg.sendempid,
  23. Sys_admsg.objdpm,
  24. Sys_admsg.s_msgtitle,
  25. Sys_admsg.s_msg ,
  26. Sys_admsg.billcode,
  27. Sys_admsg.scid
  28. FROM Sys_admsg
  29. WHERE Sys_admsg.sendempid = :arg_empid and
  30. Sys_admsg.senddt>:arg_firstdate and Sys_admsg.senddt<:arg_enddate
  31. ORDER BY Sys_admsg.senddt DESC
  32. " update="Sys_admsg" updatewhere=1 updatekeyinplace=no arguments=(("arg_empid", number),("arg_firstdate", datetime),("arg_enddate", datetime)) )
  33. text(band=header alignment="2" text="选" border="0" color="16711680" x="9" y="4" height="56" width="73" html.valueishtml="0" name=ch_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" )
  34. text(band=header alignment="2" text="发送时间" border="0" color="0" x="201" y="8" height="56" width="448" 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="2" background.color="16777215" )
  35. text(band=header alignment="2" text="标题" border="0" color="0" x="658" y="8" height="56" width="731" html.valueishtml="0" name=s_msgtitle_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="内容" border="0" color="0" x="1399" y="8" height="56" width="1001" html.valueishtml="0" name=s_msg_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. text(band=header alignment="2" text="相关单号" border="0" color="33554432" x="2409" y="8" height="56" width="411" html.valueishtml="0" name=billcode_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" )
  38. text(band=header alignment="2" text="序" border="0" color="33554432" x="91" y="8" height="56" width="101" 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="2" background.color="16777215" )
  39. column(band=detail id=7 alignment="0" tabsequence=30 border="0" color="0" x="658" y="4" height="60" width="731" format="[general]" html.valueishtml="0" name=s_msgtitle visible="1" edit.limit=100 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="2" background.color="16777215" )
  40. column(band=detail id=8 alignment="0" tabsequence=40 border="0" color="0" x="1399" y="4" height="60" width="1001" format="[general]" html.valueishtml="0" name=s_msg visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.hscrollbar=yes edit.imemode=0 edit.displayonly=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  41. column(band=detail id=3 alignment="0" tabsequence=20 border="0" color="0" x="201" y="4" height="60" width="448" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=senddt visible="1" edit.limit=0 edit.case=any edit.format="yyyy-mm-dd hh:mm" 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="2" background.color="16777215" )
  42. compute(band=detail alignment="2" expression="getrow()"border="0" color="33554432" x="91" y="4" height="60" width="101" format="[GENERAL]" html.valueishtml="0" name=pid 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" )
  43. column(band=detail id=9 alignment="0" tabsequence=50 border="0" color="0" x="2409" y="4" height="60" width="411" format="[general]" html.valueishtml="0" name=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="2" background.color="16777215" )
  44. column(band=detail id=1 alignment="2" tabsequence=10 border="0" color="0" x="9" y="4" height="60" width="73" format="[general]" html.valueishtml="0" name=ch 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="2" background.color="16777215" )
  45. compute(band=footer alignment="2" expression="count( s_msgtitle for all )"border="0" color="16711680" x="91" y="4" height="64" width="101" 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" )
  46. htmltable(border="1" )
  47. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  48. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  49. import.xml()
  50. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )