dw_accset_info3.srd 4.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. $PBExportHeader$dw_accset_info3.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=68 color="536870912" )
  6. summary(height=0 color="536870912" )
  7. footer(height=0 color="536870912" )
  8. detail(height=68 color="536870912" )
  9. table(column=(type=long key=yes update=yes updatewhereclause=yes name=accsetid dbname="cw_calendar.accsetid" )
  10. column=(type=long key=yes update=yes updatewhereclause=yes name=cmonth dbname="cw_calendar.cmonth" )
  11. column=(type=datetime key=yes update=yes updatewhereclause=yes name=sdate dbname="cw_calendar.sdate" )
  12. column=(type=datetime key=yes update=yes updatewhereclause=yes name=edate dbname="cw_calendar.edate" )
  13. retrieve=" SELECT cw_calendar.accsetid,
  14. cw_calendar.cmonth,
  15. cw_calendar.sdate,
  16. cw_calendar.edate
  17. FROM cw_calendar
  18. WHERE ( cw_calendar.accsetid = :arg_accsetid ) AND
  19. ( cw_calendar.cmonth > :arg_cmonth * 100 ) AND
  20. ( cw_calendar.cmonth < :arg_cmonth * 100 + 13 )
  21. "
  22. update="cw_calendar" updatewhere=1 updatekeyinplace=no
  23. arguments=(("arg_accsetid", number), ("arg_cmonth", number))
  24. )
  25. text(name=cmonth_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="229" text="期间" )
  26. text(name=sdate_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="247" y="8" height="56" width="361" text="起始日期" )
  27. text(name=edate_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="617" y="8" height="56" width="366" text="结束日期" )
  28. column(name=cmonth visible="1" tag="期间" band=detail id=2 x="9" y="4" height="60" width="229" color="0" border="0" alignment="2" 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=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 )
  29. column(name=sdate visible="1" tag="起始日期" band=detail id=3 x="247" y="4" height="60" width="361" color="0" border="0" alignment="2" format="yyyy-mm-dd" editmask.focusrectangle=no editmask.autoskip=no editmask.required=no editmask.readonly=no editmask.codetable=no editmask.spin=yes editmask.useformat=no editmask.spinincr=1 editmask.spinrange="~~" editmask.mask="yyyy-mm-dd" editmask.imemode=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=10 )
  30. column(name=edate visible="1" tag="结束日期" band=detail id=4 x="617" y="4" height="60" width="366" color="0" border="0" alignment="2" format="yyyy-mm-dd" editmask.focusrectangle=no editmask.autoskip=no editmask.required=no editmask.readonly=no editmask.codetable=no editmask.spin=yes editmask.useformat=no editmask.spinincr=1 editmask.spinrange="~~" editmask.mask="yyyy-mm-dd" editmask.imemode=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=20 )
  31. htmltable(border="1" )
  32. htmlgen(clientComputedFields="1" clientEvents="1" clientFormatting="0" clientScriptable="0" clientValidation="1" generateJavaScript="1" netscapeLayers="0" netscapelayers="0" encodeSelfLinkArgs="1" )
  33. export.xml(headGroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  34. import.xml()
  35. export.pdf(method=0 distill.customPostScript="0" xslfop.print="0" )