dw_credence_index.srd 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. $PBExportHeader$dw_credence_index.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=no)
  5. header(height=68 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 updatewhereclause=yes initial="0" name=credid dbname="cw_credence.credid" )
  10. column=(type=long key=yes updatewhereclause=yes initial="0" name=accsetid dbname="cw_credence.accsetid" )
  11. column=(type=long key=yes updatewhereclause=yes initial="0" name=subaccsetid dbname="cw_credence.subaccsetid" )
  12. column=(type=char(10) updatewhereclause=yes initial="empty" name=credtype dbname="cw_credence.credtype" )
  13. column=(type=long updatewhereclause=yes initial="0" name=credno dbname="cw_credence.credno" )
  14. column=(type=datetime updatewhereclause=yes name=reldate dbname="cw_credence.reldate" )
  15. column=(type=char(50) updatewhereclause=yes initial="empty" name=reldcode dbname="cw_credence.reldcode" )
  16. column=(type=datetime updatewhereclause=yes initial="today" name=creddate dbname="cw_credence.creddate" )
  17. column=(type=long updatewhereclause=yes initial="0" name=billnumber dbname="cw_credence.billnumber" )
  18. column=(type=long updatewhereclause=yes initial="0" name=readtype dbname="cw_credence.readtype"
  19. values=" 0/结转损益 100/资产增加 200/计提折旧 201/资产减少 202/自转凭证 300/结转 301/出纳 888/" )
  20. column=(type=long updatewhereclause=yes initial="0" name=cmonth dbname="cw_credence.cmonth" )
  21. column=(type=char(20) updatewhereclause=yes initial="empty" name=billmaker dbname="cw_credence.billmaker" )
  22. column=(type=datetime updatewhereclause=yes name=billmakerdate dbname="cw_credence.billmakerdate" )
  23. column=(type=char(20) updatewhereclause=yes initial="empty" name=billcheck dbname="cw_credence.billcheck" )
  24. column=(type=datetime updatewhereclause=yes name=billcheckdate dbname="cw_credence.billcheckdate" )
  25. column=(type=char(20) updatewhereclause=yes initial="empty" name=billpost dbname="cw_credence.billpost" )
  26. column=(type=datetime updatewhereclause=yes name=billpostdate dbname="cw_credence.billpostdate" )
  27. column=(type=long updatewhereclause=yes name=checkflag dbname="cw_credence.checkflag"
  28. values=" 1/ 0" )
  29. column=(type=long updatewhereclause=yes name=postflag dbname="cw_credence.postflag"
  30. values=" 1/ 0" )
  31. column=(type=long updatewhereclause=yes name=relevantbillid dbname="cw_credence.relevantbillid" )
  32. column=(type=char(20) updatewhereclause=yes name=modemp dbname="cw_credence.modemp" )
  33. column=(type=datetime updatewhereclause=yes name=moddate dbname="cw_credence.moddate" )
  34. column=(type=long updatewhereclause=yes name=ifauto dbname="cw_credence.ifauto"
  35. values=" 1/ 0" )
  36. retrieve=" SELECT cw_credence.credid,
  37. cw_credence.accsetid,
  38. cw_credence.subaccsetid,
  39. cw_credence.credtype,
  40. cw_credence.credno,
  41. cw_credence.reldate,
  42. cw_credence.reldcode,
  43. cw_credence.creddate,
  44. cw_credence.billnumber,
  45. cw_credence.readtype,
  46. cw_credence.cmonth,
  47. cw_credence.billmaker,
  48. cw_credence.billmakerdate,
  49. cw_credence.billcheck,
  50. cw_credence.billcheckdate,
  51. cw_credence.billpost,
  52. cw_credence.billpostdate,
  53. cw_credence.checkflag,
  54. cw_credence.postflag,
  55. cw_credence.relevantbillid ,
  56. cw_credence.modemp ,
  57. cw_credence.moddate ,
  58. cw_credence.ifauto
  59. FROM cw_credence
  60. WHERE ( cw_credence.accsetid = :arg_accsetid ) AND
  61. ( cw_credence.checkflag = :arg_checkflag OR :arg_checkflag = -1 ) AND
  62. ( cw_credence.cmonth = :arg_cmonth ) and
  63. ( cw_credence.postflag = :arg_postflag OR :arg_postflag = -1 ) and
  64. ( cw_credence.credtype = :arg_credtype or :arg_credtype = '-1' )
  65. "
  66. update="cw_credence" updatewhere=0 updatekeyinplace=no
  67. arguments=(("arg_accsetid", number), ("arg_checkflag", number), ("arg_postflag", number), ("arg_credtype", string), ("arg_cmonth", number))
  68. sort="cmonth D, credtype D, credno A"
  69. )
  70. 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="1" background.color="536870912" color="0" alignment="2" border="0" x="256" y="8" height="56" width="178" text="期间" )
  71. text(name=credno_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="137" y="8" height="56" width="110" text="号" )
  72. text(name=creddate_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="443" y="8" height="56" width="279" text="日期" )
  73. text(name=billnumber_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="731" y="8" height="56" width="146" text="附件" )
  74. text(name=billmaker_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="2331" y="8" height="56" width="265" text="制单人" )
  75. text(name=billmakerdate_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="2606" y="8" height="56" width="453" text="制单时间" )
  76. text(name=billcheck_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="3205" y="8" height="56" width="325" text="审核人" )
  77. text(name=billcheckdate_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="3538" y="8" height="56" width="480" text="审核时间" )
  78. text(name=billpost_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="4165" y="8" height="56" width="297" text="登帐人" )
  79. text(name=checkflag_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="3067" y="8" height="56" width="128" text="审核" )
  80. text(name=postflag_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="4027" y="8" height="56" width="128" text="登帐" )
  81. text(name=credtype_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="9" y="8" height="56" width="119" text="字" )
  82. text(name=readtype_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="1979" y="8" height="56" width="343" text="凭证类型" )
  83. 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="887" y="8" height="56" width="279" text="相关日期" )
  84. text(name=t_2 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="1175" y="8" height="56" width="795" text="相关号" )
  85. text(name=billpostdate_t visible="1" band=header font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" alignment="2" border="0" x="4471" y="8" height="56" width="443" text="登帐时间" )
  86. text(name=t_3 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="4923" y="8" height="56" width="201" text="修改人" )
  87. text(name=t_4 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="5134" y="8" height="56" width="466" text="修改时间" )
  88. text(name=ifauto_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="1073741824" color="33554432" alignment="2" border="0" x="5609" y="8" height="56" width="137" text="自动" )
  89. 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="256" y="4" height="56" width="178" format="[general]" expression="count(cmonth for all)" alignment="2" border="0" crosstab.repeat=no )
  90. compute(name=compute_2 visible="1" band=footer font.charset="134" font.face="宋体" font.family="0" font.height="-9" font.pitch="2" font.weight="400" background.mode="1" background.color="536870912" color="0" x="731" y="4" height="56" width="146" format="[general]" expression="sum(billnumber for all)" alignment="2" border="0" crosstab.repeat=no )
  91. column(name=billmaker visible="1" tag="制单" band=detail id=12 x="2331" y="4" height="68" width="265" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,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=20 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 )
  92. column(name=billmakerdate visible="1" tag="制单时间" band=detail id=13 x="2606" y="4" height="68" width="453" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="2" format="yyyy-mm-dd hh:mm" 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 )
  93. column(name=billcheck visible="1" tag="审核" band=detail id=14 x="3205" y="4" height="68" width="325" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,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=20 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 )
  94. column(name=billcheckdate visible="1" tag="审核时间" band=detail id=15 x="3538" y="4" height="68" width="480" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="2" format="yyyy-mm-dd hh:mm" 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=yes 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 )
  95. column(name=billpost visible="1" tag="登帐" band=detail id=16 x="4165" y="4" height="68" width="297" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="0" format="" 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=20 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 )
  96. column(name=postflag visible="1" tag="登帐标记" band=detail id=19 x="4027" y="4" height="68" width="128" 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 )
  97. column(name=checkflag visible="1" tag="审核标记" band=detail id=18 x="3067" y="4" height="68" width="128" 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 )
  98. column(name=credtype visible="1" tag="凭证字类型" band=detail id=4 x="9" y="4" height="68" width="119" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,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=10 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 )
  99. column(name=credno visible="1" tag="编号" band=detail id=5 x="137" y="4" height="68" width="110" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,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 )
  100. column(name=cmonth visible="1" tag="期间" band=detail id=11 x="256" y="4" height="68" width="178" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,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 )
  101. column(name=creddate visible="1" tag="日期" band=detail id=8 x="443" y="4" height="68" width="279" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="2" format="yyyy-mm-dd" 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 )
  102. column(name=billnumber visible="1" tag="附件" band=detail id=9 x="731" y="4" height="68" width="146" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,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 )
  103. column(name=readtype visible="1" band=detail id=10 x="1979" y="4" height="68" width="343" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="0" format="[general]" ddlb.allowedit=no ddlb.autohscroll=no ddlb.imemode=0 ddlb.limit=0 ddlb.showlist=no ddlb.sorted=no ddlb.useasborder=no ddlb.vscrollbar=no ddlb.nilisnull=no ddlb.required=no criteria.required=no criteria.override_edit=no crosstab.repeat=no background.mode="2" background.color="16777215" font.charset="134" font.face="宋体" font.family="2" font.height="-9" font.pitch="2" font.weight="400" tabsequence=0 )
  104. column(name=reldate visible="1" band=detail id=6 x="887" y="4" height="68" width="279" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="0" format="yyyy-mm-dd" 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 )
  105. column(name=reldcode visible="1" band=detail id=7 x="1175" y="4" height="68" width="795" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="0" format="[general]" 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 )
  106. column(name=billpostdate visible="1" tag="登帐时间" band=detail id=17 x="4471" y="4" height="68" width="443" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="2" format="yyyy-mm-dd hh:mm" 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=yes 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 )
  107. column(name=modemp visible="1" band=detail id=21 x="4923" y="4" height="68" width="201" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="0" format="[general]" 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 )
  108. column(name=moddate visible="1" band=detail id=22 x="5134" y="4" height="68" width="466" color="0 if( checkflag =0,rgb(255,0,0),if( postflag =0,rgb(128,0,128),rgb(0,0,0)))" border="0" alignment="0" format="yyyy-mm-dd hh:mm" 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 )
  109. column(name=ifauto visible="1" band=detail id=23 x="5609" y="4" height="68" width="137" 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 )
  110. htmltable(border="1" )
  111. htmlgen(clientComputedFields="1" clientEvents="1" clientFormatting="0" clientScriptable="0" clientValidation="1" generateJavaScript="1" netscapeLayers="0" netscapelayers="0" encodeSelfLinkArgs="1" )
  112. export.xml(headGroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  113. import.xml()
  114. export.pdf(method=0 distill.customPostScript="0" xslfop.print="0" )