12345678910111213141516171819202122232425262728293031323334353637 |
- $PBExportHeader$dw_rp_subid_hz_2.srd
- $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
- release 9;
- datawindow ( units=0 timer_interval=60000 color=16777215 processing=0 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 selected.mouse=no)
- header(height=0 )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=432 color="536870912" height.autosize=yes)
- table(column=(type=char(51) updatewhereclause=yes name=subname dbname="subname" )
- column=(type=char(18) updatewhereclause=yes name=cw_subject_subid dbname="cw_subject.subid" )
- retrieve=" SELECT distinct rtrim(cw_subject.subid) +' ' +rtrim(cw_subject.name) as subname ,cw_subject.subid
- FROM cw_Balance , cw_subject
- WHERE cw_Balance.accsetid = cw_subject.accsetid and
- cw_Balance.subid = cw_subject.subid and
- ( cw_Balance.accsetid = :arg_accsetid ) AND
- (cw_Balance.subaccsetid = :arg_subaccsetid ) AND
- cw_Balance.SubID >= :arg_firstsubid AND
- cw_Balance.SubID <= :arg_endsubid AND
- len(rtrim(cw_Balance.SubID)) <= :arg_grade AND
- cw_Balance.YearMon >= :arg_firstcmonth AND
- cw_Balance.YearMon <= :arg_endcmonth"
- arguments=(("arg_accsetid", number), ("arg_subaccsetid", number), ("arg_firstsubid", string), ("arg_endsubid", string), ("arg_firstcmonth", number), ("arg_endcmonth", number), ("arg_grade", number))
- )
- group(level=1 header.height=0 trailer.height=0 by=("subname" ) header.color="536870912" trailer.color="536870912" newpage=yes )
- compute(slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="1765" y="124" height="56" width="1440" format="[general]" expression="'第 ' + string(page()) + ' 页/ 共 '+string(pageCount())+' 页'" alignment="1" border="0" crosstab.repeat=no )
- text(name=month slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" alignment="0" border="0" x="9" y="192" height="56" width="1614" text="" )
- compute(slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="1646" y="192" height="56" width="1568" format="[general]" expression="'会计科目及编号:'+ subname " alignment="1" border="0" crosstab.repeat=no )
- compute(slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="1765" y="360" height="60" width="1440" format="[general]" expression="'打印时间: '+string(today(),'yyyy-mm-dd hh:mm')" alignment="1" border="0" crosstab.repeat=no )
- text(band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-18" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="0" x="9" y="4" height="108" width="3195" text="总分类帐" )
- report(slideleft=yes height.autosize=yes slideup=directlyabove band=detail x="9" y="264" height="80" width="3241" border="0" trail_footer=yes criteria="" dataobject="dw_rp_subid_hz_2_mx" nest_arguments=
- (("arg_accsetid"),("arg_subaccsetid"),("arg_firstcmonth"),("arg_endcmonth"),("cw_subject_subid")))
- compute(slideup=allabove band=detail font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="0" x="9" y="124" height="56" width="1742" format="[general]" expression="~"单位名称:~"+f_rst_Cropname()" alignment="0" border="0" crosstab.repeat=no )
- htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
- htmlgen()
- export.xml(metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 )
|