dw_rp_mx_subidlist.srd 4.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. $PBExportHeader$dw_rp_mx_subidlist.srd
  2. $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
  3. release 9;
  4. datawindow ( units=0 timer_interval=0 color=16777215 processing=1 print.documentname="" print.orientation=0 print.margin.left=110 print.margin.right=110 print.margin.top=96 print.margin.bottom=96 print.paper.size=0 print.paper.source=0 grid.lines=0 selected.mouse=yes)
  5. header(height=68 color="536870912" )
  6. summary(height=0 color="536870912" )
  7. footer(height=64 color="536870912" )
  8. detail(height=76 color="536870912" )
  9. table(column=(type=long updatewhereclause=yes name=selectflag dbname="cw_subject.selectflag"
  10. values=" 1/ 0" )
  11. column=(type=char(60) updatewhereclause=yes name=name dbname="cw_subject.name" )
  12. column=(type=char(18) updatewhereclause=yes name=subid dbname="cw_subject.subid" )
  13. retrieve=" SELECT DISTINCT
  14. 0 as selectflag,
  15. cw_subject.name ,
  16. cw_subject.subid
  17. FROM cw_subject
  18. WHERE cw_subject.accsetid = :arg_accsetid and
  19. cw_subject.detailflag = 0
  20. ORDER BY cw_subject.subid ASC ;"
  21. arguments=(("arg_accsetid", number))
  22. )
  23. text(name=subid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="91" y="8" height="56" width="411" text="科目代码" )
  24. text(name=name_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="512" y="8" height="56" width="837" text="科目名称" )
  25. text(name=selectflag_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="9" y="8" height="56" width="73" text="" )
  26. compute(band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="16711680" x="512" y="4" height="56" width="837" format="[general]" expression="count(name for all)" alignment="2" border="0" crosstab.repeat=no )
  27. column(name=selectflag band=detail id=1 x="9" y="4" height="68" width="73" color="0" border="0" alignment="2" format="[general]" checkbox.lefttext=no checkbox.scale=no checkbox.threed=yes checkbox.text="" checkbox.on="1" checkbox.off="0" criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=10 )
  28. column(name=subid tag="科目代码" band=detail id=3 x="91" y="4" height="68" width="411" color="0" border="0" alignment="0" format="[general]" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=yes edit.hscrollbar=no edit.imemode=0 edit.limit=18 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=20 )
  29. column(name=name tag="科目名称" band=detail id=2 x="512" y="4" height="68" width="837" color="0" border="0" alignment="0" format="[general]" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=yes edit.hscrollbar=no edit.imemode=0 edit.limit=32 edit.password=no edit.vscrollbar=no edit.validatecode=no edit.nilisnull=no edit.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="1" background.color="536870912" font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" tabsequence=30 )
  30. htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
  31. htmlgen()
  32. export.xml(metadatatype=0 savemetadata=0 )
  33. import.xml()
  34. export.pdf(method=0 )