dw_file_list.srd 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. $PBExportHeader$dw_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=0 color="536870912" )
  7. detail(height=76 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=char(255) update=yes updatewhereclause=yes name=filename dbname="U_File.FileName" )
  11. column=(type=long update=yes updatewhereclause=yes name=classid dbname="U_File.ClassID" )
  12. column=(type=char(20) update=yes updatewhereclause=yes name=filetype dbname="U_File.FileType" )
  13. column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="U_File.Dscrp" )
  14. column=(type=datetime update=yes updatewhereclause=yes name=opdate dbname="U_File.Opdate" )
  15. column=(type=char(10) update=yes updatewhereclause=yes name=opemp dbname="U_File.Opemp" )
  16. column=(type=long update=yes updatewhereclause=yes name=compressed dbname="U_File.Compressed" )
  17. column=(type=long update=yes updatewhereclause=yes name=encrypted dbname="U_File.Encrypted" )
  18. retrieve=" SELECT U_File.FileID,
  19. U_File.DisplayName,
  20. U_File.FileName,
  21. U_File.ClassID,
  22. U_File.FileType,
  23. U_File.Dscrp,
  24. U_File.Opdate,
  25. U_File.Opemp,
  26. U_File.Compressed,
  27. U_File.Encrypted
  28. FROM U_File
  29. where (U_File.ClassID = :arg_classid or :arg_classid = -1)
  30. and (U_File.relid = :arg_relid or :arg_relid = -1)
  31. and (U_File.billtype=:arg_billtype)
  32. " update="U_File" updatewhere=1 updatekeyinplace=no arguments=(("arg_billtype", number),("arg_classid", number),("arg_relid", number)) )
  33. text(band=header alignment="2" text="档案名称" border="0" color="33554432" x="9" y="8" height="56" width="603" 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="536870912" )
  34. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="603" 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="536870912" )
  35. htmltable(border="1" )
  36. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  37. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  38. import.xml()
  39. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )