dw_modify_rate.srd 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. $PBExportHeader$dw_modify_rate.srd
  2. $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
  3. release 9;
  4. 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)
  5. header(height=72 color="536870912" )
  6. summary(height=0 color="536870912" )
  7. footer(height=64 color="536870912" )
  8. detail(height=76 color="536870912" )
  9. table(column=(type=long key=yes update=yes updatewhereclause=yes name=accsetid dbname="cw_currency.accsetid" )
  10. column=(type=long key=yes update=yes updatewhereclause=yes name=moneyid dbname="cw_currency.moneyid" )
  11. column=(type=char(30) update=yes updatewhereclause=yes name=name dbname="cw_currency.name" )
  12. column=(type=decimal(10) update=yes updatewhereclause=yes name=rate dbname="cw_currency.rate" )
  13. column=(type=decimal(10) updatewhereclause=yes name=newrate dbname="cw_currency.newrate" )
  14. retrieve=" SELECT cw_currency.accsetid,
  15. cw_currency.moneyid,
  16. cw_currency.name,
  17. cw_currency.rate ,
  18. cw_currency.rate as newrate
  19. FROM cw_currency
  20. WHERE ( cw_currency.native = 0 ) AND
  21. ( cw_currency.accsetid = :accsetid )
  22. "
  23. update="cw_currency" updatewhere=1 updatekeyinplace=no
  24. arguments=(("accsetid", number))
  25. )
  26. 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="货币名称" )
  27. 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="期末旧汇率" )
  28. 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="期末新汇率" )
  29. 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 )
  30. 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 )
  31. 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 )
  32. 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 )
  33. htmltable(border="1" )
  34. htmlgen(clientComputedFields="1" clientEvents="1" clientFormatting="0" clientScriptable="0" clientValidation="1" generateJavaScript="1" netscapeLayers="0" netscapelayers="0" encodeSelfLinkArgs="1" )
  35. export.xml(headGroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  36. import.xml()
  37. export.pdf(method=0 distill.customPostScript="0" xslfop.print="0" )