dw_outware_addmx.srd 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. $PBExportHeader$dw_outware_addmx.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 )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=84 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=scid dbname="u_outware.scid" )
  9. column=(type=long update=yes updatewhereclause=yes key=yes name=outwareid dbname="u_outware.outwareid" )
  10. column=(type=datetime updatewhereclause=yes name=outdate dbname="u_outware.outdate" )
  11. column=(type=char(20) update=yes updatewhereclause=yes name=outwarecode dbname="u_outware.outwarecode" )
  12. retrieve=" SELECT u_outware.scid,
  13. u_outware.outwareid,
  14. u_outware.outdate,
  15. u_outware.outwarecode
  16. from u_outware
  17. where u_outware.billtype = 1 and
  18. u_outware.flag = 1 and
  19. u_outware.secflag = 1 and
  20. u_outware.thflag = 0 and
  21. u_outware.cusid = :arg_cusid and
  22. u_outware.outdate>=:arg_startdate and
  23. u_outware.outdate<=:arg_enddate
  24. order by u_outware.outdate " update="u_outware" updatewhere=1 updatekeyinplace=no arguments=(("arg_cusid", number),("arg_startdate", datetime),("arg_enddate", datetime)) )
  25. text(band=header alignment="2" text="单据编号" border="0" color="33554432" x="686" y="8" height="56" width="576" html.valueishtml="0" name=outwarecode_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="单据ID" border="0" color="33554432" x="347" y="8" height="56" width="329" html.valueishtml="0" name=outwareid_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="分部ID" border="0" color="33554432" x="9" y="8" height="56" width="329" html.valueishtml="0" name=scid_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="0" text="Outdate" border="0" color="33554432" x="1271" y="4" height="76" width="503" html.valueishtml="0" name=outdate_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  29. column(band=detail id=1 alignment="1" tabsequence=10 border="0" color="33554432" x="9" y="8" height="68" width="329" format="[general]" html.valueishtml="0" name=scid 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  30. column(band=detail id=2 alignment="1" tabsequence=20 border="0" color="33554432" x="347" y="8" height="68" width="329" format="[general]" html.valueishtml="0" name=outwareid 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  31. column(band=detail id=4 alignment="0" tabsequence=30 border="0" color="33554432" x="686" y="8" height="68" width="576" format="[general]" html.valueishtml="0" name=outwarecode tag="单据编号" visible="1" edit.limit=20 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="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  32. column(band=detail id=3 alignment="0" tabsequence=40 border="0" color="33554432" x="1271" y="0" height="56" width="503" format="[shortdate] [time]" html.valueishtml="0" name=outdate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  33. htmltable(border="1" )
  34. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  35. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  36. import.xml()
  37. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )