ds_update_balance.srd 13 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. $PBExportHeader$ds_update_balance.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=72 color="536870912" )
  6. summary(height=0 color="536870912" )
  7. footer(height=0 color="536870912" )
  8. detail(height=84 color="536870912" )
  9. table(column=(type=long updatewhereclause=yes name=accsetid dbname="uv_curmon_adcpost.accsetid" )
  10. column=(type=long updatewhereclause=yes name=subaccsetid dbname="uv_curmon_adcpost.subaccsetid" )
  11. column=(type=long updatewhereclause=yes name=cmonth dbname="uv_curmon_adcpost.cmonth" )
  12. column=(type=char(18) updatewhereclause=yes name=subid dbname="uv_curmon_adcpost.subid" )
  13. column=(type=decimal(2) updatewhereclause=yes name=credit dbname="uv_curmon_adcpost.credit" )
  14. column=(type=decimal(2) updatewhereclause=yes name=debit dbname="uv_curmon_adcpost.debit" )
  15. column=(type=decimal(2) updatewhereclause=yes name=rawcredit dbname="uv_curmon_adcpost.rawcredit" )
  16. column=(type=decimal(2) updatewhereclause=yes name=rawdebit dbname="uv_curmon_adcpost.rawdebit" )
  17. column=(type=decimal(4) updatewhereclause=yes name=damount dbname="uv_curmon_adcpost.damount" )
  18. column=(type=decimal(4) updatewhereclause=yes name=camount dbname="uv_curmon_adcpost.camount" )
  19. column=(type=long updatewhereclause=yes name=cw_subject_hswb dbname="cw_subject.hswb" )
  20. retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"uv_curmon_adcpost~" ) TABLE(NAME=~"cw_subject~" ) COLUMN(NAME=~"uv_curmon_adcpost.accsetid~") COLUMN(NAME=~"uv_curmon_adcpost.subaccsetid~") COLUMN(NAME=~"uv_curmon_adcpost.cmonth~") COLUMN(NAME=~"uv_curmon_adcpost.subid~") COLUMN(NAME=~"uv_curmon_adcpost.credit~") COLUMN(NAME=~"uv_curmon_adcpost.debit~") COLUMN(NAME=~"uv_curmon_adcpost.rawcredit~") COLUMN(NAME=~"uv_curmon_adcpost.rawdebit~") COLUMN(NAME=~"uv_curmon_adcpost.damount~") COLUMN(NAME=~"uv_curmon_adcpost.camount~") COLUMN(NAME=~"cw_subject.hswb~") JOIN (LEFT=~"uv_curmon_adcpost.accsetid~" OP =~"=~"RIGHT=~"cw_subject.accsetid~" ) JOIN (LEFT=~"uv_curmon_adcpost.subid~" OP =~"=~"RIGHT=~"cw_subject.subid~" )WHERE( EXP1 =~"uv_curmon_adcpost.accsetid~" OP =~"=~" EXP2 =~":arg_accsetid~" LOGIC =~"and~" ) WHERE( EXP1 =~"uv_curmon_adcpost.cmonth~" OP =~"=~" EXP2 =~":arg_cmonth~" LOGIC =~"and~" ) WHERE( EXP1 =~"(uv_curmon_adcpost.subaccsetid~" OP =~"=~" EXP2 =~":arg_subaccsetid~" LOGIC =~"or~" ) WHERE( EXP1 =~":arg_subaccsetid~" OP =~"=~" EXP2 =~"-1)~" ) ) ARG(NAME = ~"arg_accsetid~" TYPE = number) ARG(NAME = ~"arg_subaccsetid~" TYPE = number) ARG(NAME = ~"arg_cmonth~" TYPE = number) "
  21. arguments=(("arg_accsetid", number), ("arg_subaccsetid", number), ("arg_cmonth", number))
  22. )
  23. text(name=accsetid_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="329" text="Accsetid" )
  24. text(name=subaccsetid_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="347" y="8" height="56" width="329" text="Subaccsetid" )
  25. text(name=cmonth_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="686" y="8" height="56" width="329" text="Cmonth" )
  26. 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="1024" y="8" height="56" width="521" text="Subid" )
  27. text(name=credit_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="1554" y="8" height="56" width="329" text="Credit" )
  28. text(name=debit_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="1893" y="8" height="56" width="329" text="Debit" )
  29. text(name=rawcredit_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="2231" y="8" height="56" width="329" text="Rawcredit" )
  30. text(name=rawdebit_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="2569" y="8" height="56" width="329" text="Rawdebit" )
  31. text(name=damount_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="2907" y="8" height="56" width="329" text="Damount" )
  32. text(name=camount_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="3246" y="8" height="56" width="329" text="Camount" )
  33. text(band=header font.charset="0" font.face="Arial" font.family="2" font.height="-12" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="3584" y="4" height="76" width="206" text="Cw Subject Hswb" )
  34. column(name=accsetid band=detail id=1 x="9" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  35. column(name=subaccsetid band=detail id=2 x="347" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  36. column(name=cmonth band=detail id=3 x="686" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  37. column(name=subid band=detail id=4 x="1024" y="8" height="68" width="521" 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=no 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=0 )
  38. column(name=credit band=detail id=5 x="1554" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  39. column(name=debit band=detail id=6 x="1893" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  40. column(name=rawcredit band=detail id=7 x="2231" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  41. column(name=rawdebit band=detail id=8 x="2569" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  42. column(name=damount band=detail id=9 x="2907" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  43. column(name=camount band=detail id=10 x="3246" y="8" height="68" width="329" color="0" border="0" alignment="1" format="[general]" 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 )
  44. column(name=cw_subject_hswb band=detail id=11 x="3584" y="0" height="56" width="206" 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 )
  45. htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
  46. htmlgen()
  47. export.xml(metadatatype=0 savemetadata=0 )
  48. import.xml()
  49. export.pdf(method=0 )