ds_xls_billcolumn.srd 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. $PBExportHeader$ds_xls_billcolumn.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 processing=1 HTMLDW=no 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.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
  4. header(height=168 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=104 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_xls_billcolumn_def_columnid dbname="U_XLS_BillColumn_Def.ColumnID" )
  9. column=(type=char(50) updatewhereclause=yes name=u_xls_billcolumn_def_columnname dbname="U_XLS_BillColumn_Def.ColumnName" )
  10. column=(type=long updatewhereclause=yes name=u_xls_billcolumn_def_billid dbname="U_XLS_BillColumn_Def.BillID" )
  11. column=(type=char(50) updatewhereclause=yes name=u_xls_billcolumn_def_signname dbname="U_XLS_BillColumn_Def.SignNAME" )
  12. column=(type=long updatewhereclause=yes name=u_xls_billcolumn_def_columntype dbname="U_XLS_BillColumn_Def.ColumnType" )
  13. column=(type=char(50) updatewhereclause=yes name=u_xls_billlist_billname dbname="U_XLS_BillList.BillName" )
  14. column=(type=long updatewhereclause=yes name=u_xls_billlist_parentid dbname="U_XLS_BillList.parentid" )
  15. column=(type=char(16) updatewhereclause=yes name=efuppict dbname="efuppict" )
  16. column=(type=char(16) updatewhereclause=yes name=efdnpict dbname="efdnpict" )
  17. column=(type=char(61) updatewhereclause=yes name=uv_xls_billtype_ogmid dbname="uv_xls_billtype.ogmid" )
  18. column=(type=char(92) updatewhereclause=yes name=efid dbname="efid" )
  19. column=(type=char(103) updatewhereclause=yes name=efname dbname="efname" )
  20. column=(type=char(63) updatewhereclause=yes name=billflag dbname="billflAG" )
  21. column=(type=long updatewhereclause=yes name=sortflag dbname="sortflag" )
  22. retrieve="SELECT U_XLS_BillColumn_Def.ColumnID ,
  23. U_XLS_BillColumn_Def.ColumnName,
  24. u_XLS_BillColumn_Def.BillID,
  25. U_XLS_BillColumn_Def.SignNAME,
  26. U_XLS_BillColumn_Def.ColumnType,
  27. U_XLS_BillList.BillName ,
  28. U_XLS_BillList.parentid ,
  29. 'xls_efuppict.bmp' as efuppict,
  30. 'xls_efdnpict.bmp' as efdnpict,
  31. uv_xls_billtype.ogmid,
  32. rtrim(uv_xls_billtype.ogmid) +'-'+rtrim(cast(u_XLS_BillColumn_Def.ColumnID as char)) as efid,
  33. :arg_begflag+rtrim(U_XLS_BillList.BillName)+'.' + ltrim(rtrim(U_XLS_BillColumn_Def.SignNAME)) + :arg_endflag as efname,
  34. :arg_begflag+rtrim(U_XLS_BillList.BillName)+'-明细行标记'+ :arg_endflag as billflAG,
  35. 1 as sortflag
  36. FROM U_XLS_BillColumn_Def INNER join
  37. U_XLS_BillList on ( U_XLS_BillColumn_Def.BillID = U_XLS_BillList.BillID ) AND
  38. ((U_XLS_BillList.BillID = :arg_billid OR
  39. U_XLS_BillList.parentid = :arg_billid) )
  40. INNER join uv_xls_billtype on (uv_xls_billtype.billid = U_XLS_BillColumn_Def.billid )AND
  41. (uv_xls_billtype.ColumnType = U_XLS_BillColumn_Def.ColumnType )
  42. UNION ALL
  43. SELECT 0 as ColumnID ,
  44. U_XLS_BillList.BillName as ColumnName,
  45. U_XLS_BillList.BillID as billid,
  46. U_XLS_BillList.BillName as SignNAME,
  47. uv_xls_billtype.ColumnType,
  48. U_XLS_BillList.BillName ,
  49. U_XLS_BillList.parentid ,
  50. 'xls_efuppict.bmp' as efuppict,
  51. 'xls_efdnpict.bmp' as efdnpict,
  52. uv_xls_billtype.ogmid,
  53. rtrim(uv_xls_billtype.ogmid) +'-0' as efid,
  54. :arg_begflag+rtrim(U_XLS_BillList.BillName)+'-明细行标记'+ :arg_endflag as efname,
  55. :arg_begflag+rtrim(U_XLS_BillList.BillName)+'-明细行标记'+ :arg_endflag as billflAG,
  56. 0 as sortflag
  57. FROM U_XLS_BillList
  58. INNER join uv_xls_billtype on (uv_xls_billtype.billid = U_XLS_BillList.billid )
  59. WHERE U_XLS_BillList.parentid = :arg_billid
  60. " arguments=(("arg_billid", number),("arg_begflag", string),("arg_endflag", string)) sort="sortflag A efname A u_xls_billlist_parentid A u_xls_billcolumn_def_columntype A u_xls_billcolumn_def_columnid A " )
  61. text(band=header alignment="2" text="U Xls Billcolumn Def
  62. Billid" border="0" color="33554432" x="9" y="8" height="152" width="640" html.valueishtml="0" name=u_xls_billcolumn_def_billid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  63. text(band=header alignment="2" text="U Xls Billcolumn Def
  64. Columnid" border="0" color="33554432" x="658" y="4" height="152" width="640" html.valueishtml="0" name=u_xls_billcolumn_def_columnid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  65. text(band=header alignment="2" text="U Xls Billcolumn Def
  66. Columnname" border="0" color="33554432" x="1307" y="8" height="152" width="1632" html.valueishtml="0" name=u_xls_billcolumn_def_columnname_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  67. text(band=header alignment="2" text="U Xls Billcolumn Def
  68. Signname" border="0" color="33554432" x="2949" y="8" height="152" width="1632" html.valueishtml="0" name=u_xls_billcolumn_def_signname_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  69. text(band=header alignment="2" text="U Xls Billcolumn Def
  70. Columntype" border="0" color="33554432" x="4590" y="8" height="152" width="640" html.valueishtml="0" name=u_xls_billcolumn_def_columntype_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  71. text(band=header alignment="0" text="U Xls Billlist Billname" border="0" color="33554432" x="5239" y="4" height="76" width="1591" html.valueishtml="0" name=u_xls_billlist_billname_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  72. text(band=header alignment="0" text="Efuppict" border="0" color="33554432" x="6839" y="4" height="76" width="503" html.valueishtml="0" name=efuppict_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  73. text(band=header alignment="0" text="Efdnpict" border="0" color="33554432" x="7351" y="4" height="76" width="599" html.valueishtml="0" name=efdnpict_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  74. text(band=header alignment="0" text="Uv Xls Billtype Ogmid" border="0" color="33554432" x="7959" y="4" height="76" width="1943" html.valueishtml="0" name=uv_xls_billtype_ogmid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  75. text(band=header alignment="0" text="Efid" border="0" color="33554432" x="9911" y="4" height="76" width="2935" html.valueishtml="0" name=efid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  76. text(band=header alignment="0" text="Efname" border="0" color="33554432" x="12855" y="4" height="76" width="1655" html.valueishtml="0" name=efname_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  77. text(band=header alignment="0" text="U Xls Billlist Parentid" border="0" color="33554432" x="14519" y="4" height="76" width="87" html.valueishtml="0" name=u_xls_billlist_parentid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  78. text(band=header alignment="0" text="Billflag" border="0" color="33554432" x="14615" y="4" height="76" width="1815" html.valueishtml="0" name=billflag_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  79. text(band=header alignment="0" text="Sortflag" border="0" color="33554432" x="16439" y="4" height="76" width="87" html.valueishtml="0" name=sortflag_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  80. column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="88" width="640" format="[general]" html.valueishtml="0" name=u_xls_billcolumn_def_billid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  81. column(band=detail id=1 alignment="1" tabsequence=32766 border="0" color="33554432" x="658" y="4" height="88" width="640" format="[general]" html.valueishtml="0" name=u_xls_billcolumn_def_columnid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  82. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="1307" y="8" height="88" width="1632" format="[general]" html.valueishtml="0" name=u_xls_billcolumn_def_columnname visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  83. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="2949" y="8" height="88" width="1632" format="[general]" html.valueishtml="0" name=u_xls_billcolumn_def_signname visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  84. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="4590" y="8" height="88" width="640" format="[general]" html.valueishtml="0" name=u_xls_billcolumn_def_columntype visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  85. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="5239" y="0" height="76" width="1591" format="[general]" html.valueishtml="0" name=u_xls_billlist_billname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  86. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="6839" y="0" height="76" width="503" format="[general]" html.valueishtml="0" name=efuppict visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  87. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="7351" y="0" height="76" width="599" format="[general]" html.valueishtml="0" name=efdnpict visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  88. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="7959" y="0" height="76" width="1943" format="[general]" html.valueishtml="0" name=uv_xls_billtype_ogmid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  89. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="9911" y="0" height="76" width="2935" format="[general]" html.valueishtml="0" name=efid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  90. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="12855" y="0" height="76" width="1655" format="[general]" html.valueishtml="0" name=efname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  91. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="14519" y="0" height="76" width="87" format="[general]" html.valueishtml="0" name=u_xls_billlist_parentid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  92. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="14615" y="0" height="76" width="1815" format="[general]" html.valueishtml="0" name=billflag visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  93. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="16439" y="0" height="76" width="87" format="[general]" html.valueishtml="0" name=sortflag visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  94. htmltable(border="1" )
  95. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  96. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  97. import.xml()
  98. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )