dw_hismsg.srd 5.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. $PBExportHeader$dw_hismsg.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=64 color="536870912" )
  7. detail(height=68 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=msgid dbname="Sys_admsg.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 update=yes updatewhereclause=yes name=sendempid dbname="Sys_admsg.sendempid" )
  12. column=(type=char(254) update=yes updatewhereclause=yes name=objdpm dbname="Sys_admsg.objdpm" )
  13. column=(type=char(100) update=yes updatewhereclause=yes name=s_msgtitle dbname="Sys_admsg.s_msgtitle" )
  14. column=(type=char(4099) update=yes updatewhereclause=yes name=s_msg dbname="Sys_admsg.s_msg" )
  15. column=(type=char(30) updatewhereclause=yes name=billcode dbname="Sys_admsg.billcode" )
  16. column=(type=long updatewhereclause=yes name=scid dbname="Sys_admsg.scid" )
  17. retrieve="SELECT Sys_admsg.msgid,
  18. Sys_admsg.senddt,
  19. Sys_admsg.sendemp,
  20. Sys_admsg.sendempid,
  21. Sys_admsg.objdpm,
  22. Sys_admsg.s_msgtitle,
  23. Sys_admsg.s_msg ,
  24. Sys_admsg.billcode,
  25. Sys_admsg.scid
  26. FROM Sys_admsg
  27. WHERE (Sys_admsg.sendempid = :arg_empid ) AND
  28. ( sys_admsg.senddt >= :arg_firstdate ) AND
  29. ( sys_admsg.senddt < :arg_enddate )
  30. ORDER BY Sys_admsg.senddt DESC
  31. " update="Sys_admsg" updatewhere=1 updatekeyinplace=no arguments=(("arg_empid", number),("arg_firstdate", datetime),("arg_enddate", datetime)) )
  32. text(band=header alignment="2" text="发送时间" border="0" color="0" x="9" 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="1" background.color="553648127" )
  33. text(band=header alignment="2" text="标题" border="0" color="0" x="466" 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="1" background.color="553648127" )
  34. text(band=header alignment="2" text="内容" border="0" color="0" x="1207" 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="1" background.color="553648127" )
  35. text(band=header alignment="2" text="相关单号" border="0" color="0" x="2217" 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="1" background.color="553648127" )
  36. column(band=detail id=2 alignment="0" tabsequence=10 border="0" color="0" x="9" 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.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" )
  37. column(band=detail id=6 alignment="0" tabsequence=20 border="0" color="0" x="466" y="4" height="60" width="731" format="[general]" html.valueishtml="0" name=s_msgtitle visible="1" edit.limit=100 edit.case=any 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" )
  38. column(band=detail id=7 alignment="0" tabsequence=30 border="0" color="0" x="1207" 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="1" background.color="553648127" )
  39. column(band=detail id=8 alignment="0" tabsequence=40 border="0" color="0" x="2217" 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="1" background.color="553648127" )
  40. compute(band=footer alignment="2" expression="count(s_msgtitle for all)"border="0" color="16711680" x="466" y="4" height="56" width="731" 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="536870912" )
  41. htmltable(border="1" )
  42. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  43. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  44. import.xml()
  45. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )