dw_currency_ch.srd 4.6 KB

123456789101112131415161718192021222324252627282930
  1. $PBExportHeader$dw_currency_ch.srd
  2. $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
  3. release 9;
  4. 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)
  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 initial="0" name=accsetid dbname="cw_currency.accsetid" )
  10. column=(type=long key=yes update=yes updatewhereclause=yes initial="0" name=moneyid dbname="cw_currency.moneyid" )
  11. column=(type=char(30) update=yes updatewhereclause=yes initial="empty" name=name dbname="cw_currency.name" )
  12. column=(type=decimal(10) update=yes updatewhereclause=yes initial="1" name=rate dbname="cw_currency.rate" )
  13. column=(type=long updatewhereclause=yes initial="0" name=native dbname="cw_currency.native"
  14. values=" 1/ 0" )
  15. 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) "
  16. update="cw_currency" updatewhere=0 updatekeyinplace=no
  17. arguments=(("arg_accsetid", number))
  18. )
  19. 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="货币名称" )
  20. 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="对本位币汇率" )
  21. 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="本位币" )
  22. 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 )
  23. 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 )
  24. 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 )
  25. 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 )
  26. htmltable(border="1" cellPadding="0" cellSpacing="0" generateCSS="no" noWrap="yes" )
  27. htmlgen()
  28. export.xml(metadatatype=0 savemetadata=0 )
  29. import.xml()
  30. export.pdf(method=0 )