12345678910111213141516171819202122232425262728293031323334353637 |
- $PBExportHeader$dw_modify_rate.srd
- $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
- release 9;
- datawindow ( units=0 timer_interval=0 color=16777215 processing=1 print.printername="" 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 print.canusedefaultprinter=yes grid.lines=0 selected.mouse=yes)
- 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 name=accsetid dbname="cw_currency.accsetid" )
- column=(type=long key=yes update=yes updatewhereclause=yes name=moneyid dbname="cw_currency.moneyid" )
- column=(type=char(30) update=yes updatewhereclause=yes name=name dbname="cw_currency.name" )
- column=(type=decimal(10) update=yes updatewhereclause=yes name=rate dbname="cw_currency.rate" )
- column=(type=decimal(10) updatewhereclause=yes name=newrate dbname="cw_currency.newrate" )
- retrieve=" SELECT cw_currency.accsetid,
- cw_currency.moneyid,
- cw_currency.name,
- cw_currency.rate ,
- cw_currency.rate as newrate
- FROM cw_currency
- WHERE ( cw_currency.native = 0 ) AND
- ( cw_currency.accsetid = :accsetid )
- "
- update="cw_currency" updatewhere=1 updatekeyinplace=no
- arguments=(("accsetid", number))
- )
- text(name=name_t visible="1" band=header 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" alignment="2" border="0" x="9" y="8" height="56" width="741" text="货币名称" )
- text(name=t_1 visible="1" band=header 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" alignment="2" border="0" x="759" y="8" height="56" width="439" text="期末旧汇率" )
- text(name=rate_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="2" background.color="16777215" color="16711680" alignment="2" border="0" x="1207" y="8" height="56" width="475" text="期末新汇率" )
- compute(name=compute_1 visible="1" 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="741" format="[general]" expression="count(name for all)" alignment="2" border="0" crosstab.repeat=no )
- column(name=name visible="1" tag="货币名称" band=detail id=3 x="9" y="4" height="68" width="741" 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="-9" font.pitch="2" font.weight="400" tabsequence=0 )
- column(name=rate visible="1" tag="对本位币汇率" band=detail id=4 x="1207" y="4" height="68" width="475" color="16711680" border="0" alignment="1" 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=10 )
- column(name=newrate visible="1" band=detail id=5 x="759" y="4" height="68" width="439" 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 )
- htmltable(border="1" )
- htmlgen(clientComputedFields="1" clientEvents="1" clientFormatting="0" clientScriptable="0" clientValidation="1" generateJavaScript="1" netscapeLayers="0" netscapelayers="0" encodeSelfLinkArgs="1" )
- export.xml(headGroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 distill.customPostScript="0" xslfop.print="0" )
|