dddw_dept.srd 1.8 KB

1234567891011121314151617181920
  1. $PBExportHeader$dddw_dept.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=16777215 processing=0 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 )
  4. summary(height=0 color="536870912" )
  5. footer(height=0 color="536870912" )
  6. detail(height=80 color="536870912" )
  7. table(column=(type=long updatewhereclause=yes key=yes name=departmentid dbname="cw_department.departmentid" )
  8. column=(type=char(30) updatewhereclause=yes name=departmentname dbname="cw_department.departmentname" )
  9. retrieve=" SELECT cw_department.departmentid,
  10. cw_department.departmentname
  11. FROM cw_department
  12. where cw_department.sonflag = 1
  13. order by cw_department.deptcode
  14. " update="cw_department" updatewhere=1 updatekeyinplace=no )
  15. column(band=detail id=2 alignment="0" tabsequence=10 border="0" color="0" x="0" y="4" height="72" width="695" format="[general]" html.valueishtml="0" name=departmentname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  16. htmltable(border="1" )
  17. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  18. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  19. import.xml()
  20. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )