123456789101112131415161718192021222324252627282930 |
- $PBExportHeader$dw_currency_ch.srd
- $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
- release 9;
- 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=no)
- header(height=72 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=64 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=long key=yes update=yes updatewhereclause=yes initial="0" name=accsetid dbname="cw_currency.accsetid" )
- column=(type=long key=yes update=yes updatewhereclause=yes initial="0" name=moneyid dbname="cw_currency.moneyid" )
- column=(type=char(30) update=yes updatewhereclause=yes initial="empty" name=name dbname="cw_currency.name" )
- column=(type=decimal(10) update=yes updatewhereclause=yes initial="1" name=rate dbname="cw_currency.rate" )
- column=(type=long updatewhereclause=yes initial="0" name=native dbname="cw_currency.native"
- values=" 1/ 0" )
- retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"cw_currency~" ) COLUMN(NAME=~"cw_currency.accsetid~") COLUMN(NAME=~"cw_currency.moneyid~") COLUMN(NAME=~"cw_currency.name~") COLUMN(NAME=~"cw_currency.rate~") COLUMN(NAME=~"cw_currency.native~")WHERE( EXP1 =~"cw_currency.accsetid~" OP =~"=~" EXP2 =~":arg_accsetid~" ) ) ARG(NAME = ~"arg_accsetid~" TYPE = number) "
- update="cw_currency" updatewhere=0 updatekeyinplace=no
- arguments=(("arg_accsetid", number))
- )
- 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="2" background.color="80269524" color="0" alignment="2" border="6" x="9" y="8" height="56" width="594" text="货币名称" )
- text(name=rate_t band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="80269524" color="0" alignment="2" border="6" x="613" y="8" height="56" width="421" text="对本位币汇率" )
- text(band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="80269524" color="0" alignment="2" border="6" x="1042" y="8" height="56" width="238" text="本位币" )
- 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="9" y="4" height="56" width="594" format="[general]" expression="count(name for all)" alignment="2" border="0" crosstab.repeat=no )
- column(name=name tag="货币名称" band=detail id=3 x="9" y="4" height="68" width="594" color="0" border="0" alignment="0" format="[general]" protect="0 if( native =1,1,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=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="-9" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=rate tag="对本位币汇率" band=detail id=4 x="613" y="4" height="68" width="421" color="0" border="0" alignment="2" format="#,##0.00########" edit.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=native band=detail id=5 x="1042" y="4" height="68" width="238" 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=0 )
- htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
- htmlgen()
- export.xml(metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 )
|