123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- $PBExportHeader$dw_rp_assetcard.srd
- $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
- release 9;
- datawindow ( units=0 timer_interval=60000 color=16777215 processing=1 print.documentname="" print.orientation=1 print.margin.left=110 print.margin.right=110 print.margin.top=96 print.margin.bottom=96 print.paper.size=9 print.paper.source=0 grid.lines=0 selected.mouse=yes)
- header(height=308 color="536870912" )
- summary(height=68 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=84 color="536870912" )
- table(column=(type=char(10) updatewhereclause=yes name=cw_assetcard_assetcardcode dbname="cw_assetcard.assetcardcode" )
- column=(type=char(40) updatewhereclause=yes name=cw_assetcard_assetcardname dbname="cw_assetcard.assetcardname" )
- column=(type=char(20) updatewhereclause=yes name=cw_assetcard_spectype dbname="cw_assetcard.spectype" )
- column=(type=char(50) updatewhereclause=yes name=cw_assettype_assettypename dbname="cw_assettype.assettypename" )
- column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname dbname="cw_department.departmentname" )
- column=(type=char(20) updatewhereclause=yes name=cw_incrdecr_incrdecrname dbname="cw_incrdecr.incrdecrname" )
- column=(type=char(20) updatewhereclause=yes name=cw_usedtype_usedtypename dbname="cw_usedtype.usedtypename" )
- column=(type=long updatewhereclause=yes name=cw_assetcard_deprediateid dbname="cw_assetcard.deprediateid"
- values="" )
- column=(type=datetime updatewhereclause=yes name=cw_assetcard_startdate dbname="cw_assetcard.startdate" )
- column=(type=long updatewhereclause=yes name=cw_assetcard_workload dbname="cw_assetcard.workload" )
- column=(type=long updatewhereclause=yes name=cw_assetcard_usedall dbname="cw_assetcard.usedall" )
- column=(type=long updatewhereclause=yes name=workall dbname="workall" )
- column=(type=decimal(2) updatewhereclause=yes name=cw_assetcard_remainvalue dbname="cw_assetcard.remainvalue" )
- column=(type=decimal(2) updatewhereclause=yes name=cw_assetcard_rawvalue dbname="cw_assetcard.rawvalue" )
- column=(type=long updatewhereclause=yes name=cw_assetcard_clearflag dbname="cw_assetcard.clearflag"
- values="是 1/ 0/" )
- column=(type=long updatewhereclause=yes name=cw_assetcard_initflag dbname="cw_assetcard.initflag"
- values=" 0/是 1/" )
- column=(type=decimal(2) updatewhereclause=yes name=cw_assetcard_deprvalue dbname="cw_assetcard.deprvalue" )
- column=(type=char(60) updatewhereclause=yes name=cw_assetcard_location dbname="cw_assetcard.location" )
- retrieve=" SELECT cw_assetcard.assetcardcode,
- cw_assetcard.assetcardname,
- cw_assetcard.spectype,
- cw_assettype.assettypename,
- cw_department.departmentname,
- cw_incrdecr.incrdecrname,
- cw_usedtype.usedtypename,
- cw_assetcard.deprediateid,
- cw_assetcard.startdate,
- cw_assetcard.workload,
- cw_assetcard.usedall,
- cw_assetcard.workload + cw_assetcard.usedall as workall,
- cw_assetcard.remainvalue,
- cw_assetcard.rawvalue,
- cw_assetcard.clearflag,
- cw_assetcard.initflag,
- cw_assetcard.deprvalue,
- cw_assetcard.location
- FROM cw_assetcard,
- cw_department,
- cw_assettype,
- cw_incrdecr,
- cw_usedtype
- WHERE ( cw_assetcard.accsetid *= cw_department.accsetid) and
- ( cw_assetcard.deptid *= cw_department.departmentid) and
- ( cw_assetcard.accsetid *= cw_assettype.accsetid) and
- ( cw_assetcard.assetypeid *= cw_assettype.assettypeid) and
- ( cw_assetcard.accsetid *= cw_incrdecr.accsetid) and
- ( cw_assetcard.incrdecrid *= cw_incrdecr.incrdecrid) and
- ( cw_assetcard.accsetid = cw_usedtype.accsetid ) and
- ( cw_assetcard.usedtypeid = cw_usedtype.usedtypeid ) and
- ( cw_assetcard.accsetid = :arg_accsetid ) AND
- ( cw_assetcard.clearflag = :arg_clearflag or :arg_clearflag = -1 )
-
- "
- arguments=(("arg_accsetid", number), ("arg_clearflag", number), ("arg_yearmon", number))
- )
- text(name=cw_assetcard_assetcardcode_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="9" y="252" height="56" width="197" text="编号" )
- text(name=cw_assetcard_assetcardname_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="215" y="252" height="56" width="581" text="固定资产名称" )
- text(name=cw_assetcard_spectype_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="805" y="252" height="56" width="270" text="规格型号" )
- text(name=cw_assettype_assettypename_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="1083" y="252" height="56" width="206" text="类别" )
- text(name=cw_department_departmentname_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="1298" y="252" height="56" width="178" text="部门" )
- text(name=cw_incrdecr_incrdecrname_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="1486" y="252" height="56" width="256" text="增减方式" )
- text(name=cw_usedtype_usedtypename_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="1751" y="252" height="56" width="247" text="使用状况" )
- text(name=cw_assetcard_deprediateid_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="2007" y="252" height="56" width="343" text="折旧方法" )
- text(name=cw_assetcard_startdate_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="2359" y="252" height="56" width="283" text="入帐日期" )
- text(name=cw_assetcard_workload_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="553648127" color="0" alignment="2" border="2" x="2651" y="252" height="56" width="229" text="预计余月" )
- text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="2889" y="252" height="56" width="187" text="已用月" )
- text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="3086" y="252" height="56" width="174" text="合计月" )
- text(name=cw_assetcard_rawvalue_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="3269" y="252" height="56" width="407" text="入帐原值" )
- text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="3685" y="252" height="56" width="297" text="月折旧额" )
- text(name=cw_assetcard_remainvalue_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="3991" y="252" height="56" width="347" text="预计剩残值" )
- text(name=cw_assetcard_clearflag_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="4347" y="252" height="56" width="128" text="清理" )
- text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="2" x="4485" y="252" height="56" width="123" text="初始" )
- text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="700" background.mode="2" background.color="16777215" color="0" alignment="2" border="2" x="4617" y="252" height="56" width="238" text="存放位置" )
- compute(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" x="215" y="4" height="60" width="581" format="[general]" expression="count(cw_assetcard_assetcardname for all)" alignment="2" border="0" crosstab.repeat=no )
- text(band=summary font.charset="134" font.face="宋体" font.family="0" font.height="-10" font.pitch="2" font.weight="700" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="9" y="4" height="60" width="197" text="合计" )
- 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="3269" y="4" height="60" width="407" format="#,##0.00" expression="sum(cw_assetcard_rawvalue for all)" alignment="1" border="0" crosstab.repeat=no )
- 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="3685" y="4" height="60" width="297" format="#,##0.00##" expression="sum(cw_assetcard_deprvalue for all)" alignment="1" border="0" crosstab.repeat=no )
- 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="3991" y="4" height="60" width="347" format="#,##0.00" expression="sum(cw_assetcard_remainvalue for all)" alignment="1" border="0" crosstab.repeat=no )
- column(name=cw_assetcard_assetcardcode tag="固定资产编号" band=detail id=1 x="9" y="4" height="76" width="197" 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=10 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="-10" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_assetcard_assetcardname tag="固定资产名称" band=detail id=2 x="215" y="4" height="76" width="581" 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=40 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 )
- column(name=cw_assetcard_spectype tag="规格型号" band=detail id=3 x="805" y="4" height="76" width="270" 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=20 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="-10" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_assettype_assettypename tag="类别名称" band=detail id=4 x="1083" y="4" height="76" width="206" 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=10 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="-10" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_department_departmentname tag="部门名称" band=detail id=5 x="1298" y="4" height="76" width="178" 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=30 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="-10" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_incrdecr_incrdecrname tag="固定资产增减方式名称" band=detail id=6 x="1486" y="4" height="76" width="256" 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=20 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="-10" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_usedtype_usedtypename tag="名称" band=detail id=7 x="1751" y="4" height="76" width="247" 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=20 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="-10" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_assetcard_deprediateid tag="折旧方法" band=detail id=8 x="2007" y="4" height="76" width="343" color="0" border="0" alignment="0" format="[general]" dddw.allowedit=no dddw.autohscroll=no dddw.autoretrieve=yes dddw.useasborder=no dddw.datacolumn=deprid dddw.displaycolumn=deprname dddw.hscrollbar=no dddw.hsplitscroll=no dddw.imemode=0 dddw.limit=0 dddw.name=ddd_deprid dddw.nilisnull=no dddw.percentwidth=100 dddw.required=no dddw.showlist=no dddw.vscrollbar=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 )
- column(name=cw_assetcard_startdate tag="入帐日期" band=detail id=9 x="2359" y="4" height="76" width="283" color="0" border="0" alignment="2" format="yyyy-mm-dd" 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 )
- column(name=cw_assetcard_workload tag="预计使用月份" band=detail id=10 x="2651" y="4" height="76" width="229" color="0" border="0" alignment="1" format="#,##0.###" 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 )
- column(name=cw_assetcard_usedall band=detail id=11 x="2889" y="4" height="76" width="187" color="0" border="0" alignment="1" format="#,##0.###" 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 )
- column(name=workall band=detail id=12 x="3086" y="4" height="76" width="174" color="0" border="0" alignment="1" format="#,##0.###" 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 )
- column(name=cw_assetcard_rawvalue tag="入帐原值" band=detail id=14 x="3269" y="4" height="76" width="407" 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 )
- column(name=cw_assetcard_deprvalue band=detail id=17 x="3685" y="4" height="76" width="297" 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 )
- column(name=cw_assetcard_remainvalue tag="预计剩残值" band=detail id=13 x="3991" y="4" height="76" width="347" 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 )
- column(name=cw_assetcard_clearflag band=detail id=15 x="4347" y="4" height="76" width="128" color="0" border="0" alignment="2" format="[general]" ddlb.allowedit=no ddlb.autohscroll=no ddlb.imemode=0 ddlb.limit=0 ddlb.showlist=no ddlb.sorted=no ddlb.useasborder=no ddlb.vscrollbar=no ddlb.nilisnull=no ddlb.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="-10" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_assetcard_initflag band=detail id=16 x="4485" y="4" height="76" width="123" color="0" border="0" alignment="2" format="[general]" ddlb.allowedit=no ddlb.autohscroll=no ddlb.imemode=0 ddlb.limit=0 ddlb.showlist=no ddlb.sorted=no ddlb.useasborder=no ddlb.vscrollbar=no ddlb.nilisnull=no ddlb.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="-10" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=cw_assetcard_location band=detail id=18 x="4617" y="4" height="76" width="238" 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 )
- text(band=foreground 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="0" border="0" x="0" y="0" height="248" width="4882" text="" )
- text(band=foreground 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="0" border="0" x="23" y="16" height="108" width="3145" text="固定资产清单" )
- compute(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="23" y="140" height="56" width="1655" format="[general]" expression="~"单位名称:~"+f_rst_Cropname()" alignment="0" border="0" crosstab.repeat=no )
- compute(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="1691" y="140" height="56" width="1477" format="[general]" expression="'打印时间: '+string(today(),'yyyy-mm-dd hh:mm:ss')+ ' 第 ' + string(page()) + ' 页/ 共 '+string(pageCount())+' 页'" alignment="1" 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 )
|