1234567891011121314151617181920212223242526272829303132333435 |
- $PBExportHeader$dw_accset_info3.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=68 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=68 color="536870912" )
- table(column=(type=long key=yes update=yes updatewhereclause=yes name=accsetid dbname="cw_calendar.accsetid" )
- column=(type=long key=yes update=yes updatewhereclause=yes name=cmonth dbname="cw_calendar.cmonth" )
- column=(type=datetime key=yes update=yes updatewhereclause=yes name=sdate dbname="cw_calendar.sdate" )
- column=(type=datetime key=yes update=yes updatewhereclause=yes name=edate dbname="cw_calendar.edate" )
- retrieve=" SELECT cw_calendar.accsetid,
- cw_calendar.cmonth,
- cw_calendar.sdate,
- cw_calendar.edate
- FROM cw_calendar
- WHERE ( cw_calendar.accsetid = :arg_accsetid ) AND
- ( cw_calendar.cmonth > :arg_cmonth * 100 ) AND
- ( cw_calendar.cmonth < :arg_cmonth * 100 + 13 )
- "
- update="cw_calendar" updatewhere=1 updatekeyinplace=no
- arguments=(("arg_accsetid", number), ("arg_cmonth", number))
- )
- 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="期间" )
- 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="起始日期" )
- 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="结束日期" )
- 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 )
- 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 )
- 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 )
- 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" )
|