dw_email_rep.srd 4.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. $PBExportHeader$dw_email_rep.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 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=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=80 color="536870912" )
  8. table(column=(type=char(255) update=yes updatewhereclause=yes name=mailname dbname="u_email_rep.mailname" initial="empty" )
  9. column=(type=char(255) update=yes updatewhereclause=yes name=mailaddress dbname="u_email_rep.mailaddress" initial="empty" )
  10. column=(type=long update=yes updatewhereclause=yes key=yes name=repid dbname="u_email_rep.repID" initial="0" )
  11. column=(type=long update=yes updatewhereclause=yes name=empid dbname="u_email_rep.empid" initial="0" )
  12. column=(type=char(10) update=yes updatewhereclause=yes name=opemp dbname="u_email_rep.Opemp" initial="empty" )
  13. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="u_email_rep.Opdate" initial="today" )
  14. column=(type=long update=yes updatewhereclause=yes name=reptype dbname="u_email_rep.reptype" initial="0" )
  15. retrieve=" SELECT u_email_rep.mailname,
  16. u_email_rep.mailaddress,
  17. u_email_rep.repID,
  18. u_email_rep.empid,
  19. u_email_rep.Opemp,
  20. u_email_rep.Opdate,
  21. u_email_rep.reptype
  22. FROM u_email_rep
  23. where u_email_rep.empid = :arg_empid or
  24. ( u_email_rep.reptype = 1 and u_email_rep.empid = 0 )" update="u_email_rep" updatewhere=1 updatekeyinplace=no arguments=(("arg_empid", number)) )
  25. text(band=header alignment="2" text="联系人" border="0" color="33554432" x="9" y="8" height="56" width="297" html.valueishtml="0" name=mailname_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" )
  26. text(band=header alignment="2" text="邮箱地址" border="0" color="33554432" x="315" y="8" height="56" width="978" html.valueishtml="0" name=mailaddress_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" )
  27. text(band=header alignment="2" text="修改时间" border="0" color="33554432" x="1303" y="8" height="56" width="549" html.valueishtml="0" name=opdate_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. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="1303" y="4" height="68" width="549" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=opdate 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" )
  29. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="297" format="[general]" html.valueishtml="0" name=mailname visible="1" height.autosize=yes edit.limit=50 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" )
  30. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="315" y="4" height="68" width="978" format="[general]" html.valueishtml="0" name=mailaddress visible="1" height.autosize=yes 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" )
  31. compute(band=footer alignment="2" expression="count( mailname )"border="0" color="8388608" x="9" y="4" height="56" width="297" 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" )
  32. htmltable(border="1" )
  33. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  34. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  35. import.xml()
  36. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )