dw_fj_file_list.srd 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. $PBExportHeader$dw_fj_file_list.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 selected.mouse=no )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=72 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=fileid dbname="U_File.FileID" )
  9. column=(type=char(100) update=yes updatewhereclause=yes name=displayname dbname="U_File.DisplayName" )
  10. column=(type=decimal(8) updatewhereclause=yes name=filesize dbname="filesize" )
  11. column=(type=char(255) updatewhereclause=yes name=filename dbname="U_File.FileName" )
  12. column=(type=char(20) update=yes updatewhereclause=yes name=filetype dbname="U_File.FileType" )
  13. column=(type=char(255) updatewhereclause=yes name=dscrp dbname="U_File.Dscrp" )
  14. column=(type=datetime updatewhereclause=yes name=opdate dbname="U_File.Opdate" )
  15. column=(type=char(10) updatewhereclause=yes name=opemp dbname="U_File.Opemp" )
  16. retrieve=" SELECT U_File.FileID,
  17. U_File.DisplayName,
  18. 1.000 * DATALENGTH(U_File.filedata)/1024 as filesize,
  19. U_File.FileName,
  20. U_File.FileType,
  21. U_File.Dscrp,
  22. U_File.Opdate,
  23. U_File.Opemp
  24. FROM U_File
  25. WHERE U_File.ClassID = :arg_classid AND
  26. U_File.relid = :arg_relid AND
  27. U_File.billtype = :arg_billtype and
  28. U_File.relid_mx = :arg_relid_mx AND
  29. U_File.scid = :arg_scid
  30. " update="U_File" updatewhere=1 updatekeyinplace=no arguments=(("arg_billtype", number),("arg_classid", number),("arg_relid", number),("arg_relid_mx", number),("arg_scid", number)) )
  31. text(band=header alignment="2" text="文件名称" border="0" color="33554432" x="9" y="8" height="56" width="745" html.valueishtml="0" name=displayname_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" )
  32. text(band=header alignment="2" text="大小(b)" border="0" color="33554432" x="951" y="8" height="56" width="229" html.valueishtml="0" name=filesize_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="33554432" x="2615" y="8" height="56" width="914" html.valueishtml="0" name=filename_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="33554432" x="1189" y="8" height="56" width="709" html.valueishtml="0" name=dscrp_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="33554432" x="1906" y="8" height="56" width="430" 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="553648127" )
  36. text(band=header alignment="2" text="建立人" border="0" color="33554432" x="2345" y="8" height="56" width="261" html.valueishtml="0" name=opemp_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" )
  37. text(band=header alignment="2" text="类型" border="0" color="33554432" x="763" y="8" height="56" width="178" html.valueishtml="0" name=filetype_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" )
  38. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="64" width="745" format="[general]" html.valueishtml="0" name=displayname 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="553648127" )
  39. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="2345" y="4" height="64" width="261" format="[general]" html.valueishtml="0" name=opemp visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="553648127" )
  40. column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="951" y="4" height="64" width="229" format="##0.#" html.valueishtml="0" name=filesize visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="553648127" )
  41. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="2615" y="4" height="64" width="914" format="[general]" html.valueishtml="0" name=filename visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="553648127" )
  42. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="1189" y="4" height="64" width="709" format="[general]" html.valueishtml="0" name=dscrp visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="553648127" )
  43. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="1906" y="4" height="64" width="430" format="yyyy-mm-dd hh:mm" html.valueishtml="0" name=opdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="553648127" )
  44. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="763" y="4" height="64" width="178" format="[general]" html.valueishtml="0" name=filetype visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="553648127" )
  45. compute(band=footer alignment="2" expression="count(displayname for all)"border="0" color="33554432" x="9" y="4" height="56" width="745" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-8" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  46. compute(band=footer alignment="2" expression="sum(filesize for all)"border="0" color="33554432" x="951" y="4" height="56" width="229" format="##0.##" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-8" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  47. htmltable(border="1" )
  48. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  49. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  50. import.xml()
  51. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )