dw_pr_credencemx_wb_bak.srd 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. $PBExportHeader$dw_pr_credencemx_wb_bak.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=92 color="536870912" )
  6. summary(height=76 color="536870912" )
  7. footer(height=0 color="536870912" )
  8. detail(height=116 color="553648127" height.autosize=yes)
  9. table(column=(type=char(255) updatewhereclause=yes name=brief dbname="cw_credencemx.brief" )
  10. column=(type=char(255) updatewhereclause=yes name=cw_subject_subid dbname="cw_subject.subid" )
  11. column=(type=decimal(2) updatewhereclause=yes name=debit dbname="cw_credencemx.debit" )
  12. column=(type=decimal(2) updatewhereclause=yes name=credit dbname="cw_credencemx.credit" )
  13. column=(type=decimal(2) updatewhereclause=yes name=cw_credencemx_rawdebit dbname="cw_credencemx.rawdebit" )
  14. column=(type=decimal(2) updatewhereclause=yes name=cw_credencemx_rawcredit dbname="cw_credencemx.rawcredit" )
  15. column=(type=long updatewhereclause=yes name=cw_credencemx_fuluno dbname="cw_credencemx.fuluno" )
  16. retrieve=" SELECT cw_credencemx.brief,
  17. cw_subject.displaycode as subid,
  18. case cw_credencemx.debit when 0 then null else cw_credencemx.debit end as debit,
  19. case cw_credencemx.credit when 0 then null else cw_credencemx.credit end as credit,
  20. case cw_credencemx.rawdebit when 0 then null else cw_credencemx.rawdebit end as rawdebit,
  21. case cw_credencemx.rawcredit when 0 then null else cw_credencemx.rawcredit end as rawcredit,
  22. cw_credencemx.fuluno
  23. FROM cw_credencemx,cw_subject
  24. WHERE ( cw_credencemx.accsetid = :arg_accsetid ) AND
  25. ( cw_credencemx.credid = :arg_credid ) and
  26. ( :arg_printrow = :arg_printrow ) and
  27. ( :arg_top = :arg_top ) and
  28. ( cw_credencemx.accsetid = cw_subject.accsetid ) AND
  29. ( cw_credencemx.subid = cw_subject.subid )
  30. union all
  31. SELECT TOP :arg_top null, null, null, null, null, null,1000
  32. FROM cw_subject where accsetid = :arg_accsetid
  33. "
  34. arguments=(("arg_credid", number), ("arg_printrow", number), ("arg_accsetid", number), ("arg_top", number))
  35. sort="cw_credencemx_fuluno A"
  36. )
  37. group(level=1 header.height=0 trailer.height=0 by=("pageprint" ) header.color="536870912" trailer.color="536870912" newpage=yes )
  38. text(name=cw_subject_subid_t band=header font.charset="134" font.face="黑体" font.family="0" font.height="-12" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="681" y="12" height="72" width="1175" text="会计科目" )
  39. text(name=debit_t band=header font.charset="134" font.face="黑体" font.family="0" font.height="-12" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="2208" y="12" height="72" width="338" text="借方" )
  40. text(name=credit_t band=header font.charset="134" font.face="黑体" font.family="0" font.height="-12" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="2894" y="12" height="72" width="357" text="贷方" )
  41. text(band=header font.charset="134" font.face="黑体" font.family="0" font.height="-12" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="1865" y="12" height="72" width="334" text="外币借方" )
  42. text(band=header font.charset="134" font.face="黑体" font.family="0" font.height="-12" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="2555" y="12" height="72" width="329" text="外币贷方" )
  43. text(name=cmpl1_t band=header font.charset="134" font.face="黑体" font.family="0" font.height="-12" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="9" y="12" height="72" width="663" text="摘要" )
  44. text(name=hj band=summary font.charset="134" font.face="黑体" font.family="0" font.height="-11" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="681" y="4" height="68" width="1175" text="合 计" )
  45. compute(band=summary 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" x="1865" y="4" height="68" width="334" format="#,##0.00" expression="sum(cw_credencemx_rawdebit for all)" alignment="1" border="0" crosstab.repeat=no )
  46. compute(name=sumdebit band=summary 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" x="2208" y="4" height="68" width="338" format="#,##0.00" expression="sum(debit for all)" alignment="1" border="0" crosstab.repeat=no )
  47. compute(band=summary 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" x="2555" y="4" height="68" width="329" format="#,##0.00" expression="sum(cw_credencemx_rawcredit for all)" alignment="1" border="0" crosstab.repeat=no )
  48. compute(name=sumcredit band=summary 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" x="2894" y="4" height="68" width="357" format="#,##0.00" expression="sum(credit for all)" alignment="1" border="0" crosstab.repeat=no )
  49. column(name=cw_subject_subid height.autosize=yes band=detail id=2 x="681" y="8" height="96" width="1175" color="0" border="0" alignment="0" format="[general]" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 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=0 )
  50. column(name=cw_credencemx_rawdebit band=detail id=5 x="1865" y="8" height="96" width="334" color="0" border="0" alignment="1" format="#,##0.00" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 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=0 )
  51. column(name=debit tag="借方金额" band=detail id=3 x="2208" y="8" height="96" width="338" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 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=0 )
  52. column(name=cw_credencemx_rawcredit band=detail id=6 x="2555" y="8" height="96" width="329" color="0" border="0" alignment="1" format="#,##0.00" edit.autohscroll=no edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 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=0 )
  53. column(name=credit tag="贷方金额" band=detail id=4 x="2894" y="8" height="96" width="357" color="0" border="0" alignment="1" format="#,##0.00" edit.focusrectangle=no edit.autohscroll=yes edit.autoselect=yes edit.autovscroll=no edit.case=any edit.codetable=no edit.displayonly=no edit.hscrollbar=no edit.imemode=0 edit.limit=0 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=0 )
  54. compute(name=cmpl1 height.autosize=yes band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="9" y="8" height="96" width="663" format="[general]" expression=" f_dwnewline(24,brief) " alignment="0" border="0" crosstab.repeat=no )
  55. compute(name=pageprint visible="1 0" band=foreground font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="7584" y="208" height="96" width="46" format="[general]" expression="ceiling(getrow()/ arg_printrow )" alignment="0" border="0" crosstab.repeat=no )
  56. htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
  57. htmlgen()
  58. export.xml(metadatatype=0 savemetadata=0 )
  59. import.xml()
  60. export.pdf(method=0 )