dw_xls_spt_price_changemx.srd 22 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. $PBExportHeader$dw_xls_spt_price_changemx.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=decimal(10) updatewhereclause=yes name=u_spt_price_changemx_price dbname="u_spt_price_changemx.price" )
  9. column=(type=decimal(10) updatewhereclause=yes name=u_spt_price_changemx_lastprice dbname="u_spt_price_changemx.lastprice" )
  10. column=(type=decimal(10) updatewhereclause=yes name=u_spt_price_changemx_wareprice dbname="u_spt_price_changemx.wareprice" )
  11. column=(type=long updatewhereclause=yes name=u_spt_price_changemx_printnum dbname="u_spt_price_changemx.printnum" )
  12. column=(type=char(255) updatewhereclause=yes name=u_spt_price_changemx_status dbname="u_spt_price_changemx.status" )
  13. column=(type=char(20) updatewhereclause=yes name=u_spt_price_changemx_unit dbname="u_spt_price_changemx.unit" )
  14. column=(type=decimal(5) updatewhereclause=yes name=u_spt_price_changemx_rate dbname="u_spt_price_changemx.rate" )
  15. column=(type=char(50) updatewhereclause=yes name=u_spt_price_changemx_sptmtrlname dbname="u_spt_price_changemx.sptmtrlname" )
  16. column=(type=char(255) updatewhereclause=yes name=u_spt_price_changemx_dscrp dbname="u_spt_price_changemx.Dscrp" )
  17. column=(type=datetime updatewhereclause=yes name=u_spt_price_changemx_lastdate dbname="u_spt_price_changemx.lastdate" )
  18. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
  19. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
  20. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrltype dbname="u_mtrldef.mtrltype" )
  21. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlsectype dbname="u_mtrldef.mtrlsectype" )
  22. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
  23. column=(type=decimal(4) updatewhereclause=yes name=u_mtrldef_packqty dbname="u_mtrldef.packqty" )
  24. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_prdpackcode dbname="u_mtrldef.prdpackcode" )
  25. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_barcode dbname="u_mtrldef.barcode" )
  26. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_net_weight dbname="u_mtrldef.net_weight" )
  27. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_gross_weight dbname="u_mtrldef.gross_weight" )
  28. column=(type=decimal(5) updatewhereclause=yes name=u_mtrldef_cubage dbname="u_mtrldef.cubage" )
  29. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlengname dbname="u_mtrldef.mtrlengname" )
  30. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_zxmtrlmode dbname="u_mtrldef.zxmtrlmode" )
  31. retrieve="SELECT u_spt_price_changemx.price, u_spt_price_changemx.lastprice,
  32. u_spt_price_changemx.wareprice, u_spt_price_changemx.printnum,
  33. u_spt_price_changemx.status, u_spt_price_changemx.unit,
  34. u_spt_price_changemx.rate, u_spt_price_changemx.sptmtrlname,
  35. u_spt_price_changemx.Dscrp, u_spt_price_changemx.lastdate, u_mtrldef.mtrlcode,
  36. u_mtrldef.mtrlname, u_mtrldef.mtrltype, u_mtrldef.mtrlsectype, u_mtrldef.mtrlmode,
  37. u_mtrldef.packqty, u_mtrldef.prdpackcode, u_mtrldef.barcode, u_mtrldef.net_weight,
  38. u_mtrldef.gross_weight, u_mtrldef.cubage, u_mtrldef.mtrlengname,
  39. u_mtrldef.zxmtrlmode
  40. FROM u_spt_price_changemx INNER JOIN
  41. u_mtrldef ON u_spt_price_changemx.mtrlid = u_mtrldef.mtrlid
  42. where u_spt_price_changemx.billid=:arg_billid
  43. order by u_spt_price_changemx.printid" arguments=(("arg_billid", number)) )
  44. text(band=header alignment="2" text="单价" border="0" color="33554432" x="9" y="8" height="68" width="393" html.valueishtml="0" name=u_spt_price_changemx_price_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  45. text(band=header alignment="2" text="上次价" border="0" color="33554432" x="411" y="8" height="68" width="398" html.valueishtml="0" name=u_spt_price_changemx_lastprice_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  46. text(band=header alignment="2" text="仓库单价" border="0" color="33554432" x="818" y="8" height="68" width="416" html.valueishtml="0" name=u_spt_price_changemx_wareprice_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  47. text(band=header alignment="2" text="打印次数" border="0" color="33554432" x="1243" y="8" height="68" width="375" html.valueishtml="0" name=u_spt_price_changemx_printnum_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  48. text(band=header alignment="2" text="工艺" border="0" color="33554432" x="1627" y="8" height="68" width="453" html.valueishtml="0" name=u_spt_price_changemx_status_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  49. text(band=header alignment="2" text="单位" border="0" color="33554432" x="2089" y="8" height="68" width="434" html.valueishtml="0" name=u_spt_price_changemx_unit_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  50. text(band=header alignment="2" text="转换率" border="0" color="33554432" x="2533" y="8" height="68" width="407" html.valueishtml="0" name=u_spt_price_changemx_rate_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  51. text(band=header alignment="2" text="物料别名" border="0" color="33554432" x="2949" y="4" height="68" width="439" html.valueishtml="0" name=u_spt_price_changemx_sptmtrlname_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  52. text(band=header alignment="2" text="明细备注" border="0" color="33554432" x="3397" y="8" height="68" width="434" html.valueishtml="0" name=u_spt_price_changemx_dscrp_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  53. text(band=header alignment="2" text="上次日期" border="0" color="33554432" x="3840" y="8" height="68" width="398" html.valueishtml="0" name=u_spt_price_changemx_lastdate_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  54. text(band=header alignment="2" text="编码" border="0" color="33554432" x="4247" y="8" height="68" width="498" html.valueishtml="0" name=u_mtrldef_mtrlcode_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  55. text(band=header alignment="2" text="品名" border="0" color="33554432" x="4754" y="8" height="68" width="402" html.valueishtml="0" name=u_mtrldef_mtrlname_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  56. text(band=header alignment="2" text="类别" border="0" color="33554432" x="5166" y="8" height="68" width="457" html.valueishtml="0" name=u_mtrldef_mtrltype_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  57. text(band=header alignment="2" text="自定义1" border="0" color="33554432" x="5632" y="8" height="68" width="361" html.valueishtml="0" name=u_mtrldef_mtrlsectype_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  58. text(band=header alignment="2" text="规格" border="0" color="33554432" x="6002" y="8" height="68" width="411" html.valueishtml="0" name=u_mtrldef_mtrlmode_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  59. text(band=header alignment="2" text="包装件数" border="0" color="33554432" x="6423" y="8" height="68" width="384" html.valueishtml="0" name=u_mtrldef_packqty_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  60. text(band=header alignment="2" text="包装单位" border="0" color="33554432" x="6816" y="8" height="68" width="421" html.valueishtml="0" name=u_mtrldef_prdpackcode_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  61. text(band=header alignment="2" text="条形码" border="0" color="33554432" x="7246" y="8" height="68" width="411" html.valueishtml="0" name=u_mtrldef_barcode_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  62. text(band=header alignment="2" text="净重" border="0" color="33554432" x="7666" y="8" height="68" width="384" html.valueishtml="0" name=u_mtrldef_net_weight_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  63. text(band=header alignment="2" text="毛重" border="0" color="33554432" x="8059" y="8" height="68" width="434" html.valueishtml="0" name=u_mtrldef_gross_weight_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  64. text(band=header alignment="2" text="体积" border="0" color="33554432" x="8503" y="8" height="68" width="384" html.valueishtml="0" name=u_mtrldef_cubage_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  65. text(band=header alignment="2" text="英文名称" border="0" color="33554432" x="8896" y="8" height="68" width="370" html.valueishtml="0" name=u_mtrldef_mtrlengname_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  66. text(band=header alignment="2" text="自定义2" border="0" color="33554432" x="9275" y="8" height="68" width="402" html.valueishtml="0" name=u_mtrldef_zxmtrlmode_t visible="1" font.face="宋体" font.height="-11" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  67. column(band=detail id=1 alignment="1" tabsequence=32766 border="0" color="33554432" x="9" y="8" height="88" width="393" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_price visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  68. column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="33554432" x="411" y="8" height="88" width="398" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_lastprice visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  69. column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="818" y="8" height="88" width="416" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_wareprice visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  70. column(band=detail id=4 alignment="1" tabsequence=32766 border="0" color="33554432" x="1243" y="8" height="88" width="375" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_printnum visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  71. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="1627" y="8" height="88" width="453" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_status visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  72. column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="2089" y="8" height="88" width="434" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_unit visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  73. column(band=detail id=7 alignment="1" tabsequence=32766 border="0" color="33554432" x="2533" y="8" height="88" width="407" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_rate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  74. column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="2949" y="8" height="88" width="439" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_sptmtrlname visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  75. column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="3397" y="8" height="88" width="434" format="[general]" html.valueishtml="0" name=u_spt_price_changemx_dscrp visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  76. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="3840" y="8" height="88" width="398" format="[shortdate] [time]" html.valueishtml="0" name=u_spt_price_changemx_lastdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  77. column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="4247" y="8" height="88" width="498" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlcode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  78. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="4754" y="8" height="88" width="402" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  79. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="5166" y="8" height="88" width="457" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrltype visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  80. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="5632" y="8" height="88" width="361" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlsectype visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  81. column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="6002" y="8" height="88" width="411" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlmode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  82. column(band=detail id=16 alignment="1" tabsequence=32766 border="0" color="33554432" x="6423" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=u_mtrldef_packqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  83. column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="6816" y="8" height="88" width="421" format="[general]" html.valueishtml="0" name=u_mtrldef_prdpackcode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  84. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="7246" y="8" height="88" width="411" format="[general]" html.valueishtml="0" name=u_mtrldef_barcode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  85. column(band=detail id=19 alignment="1" tabsequence=32766 border="0" color="33554432" x="7666" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=u_mtrldef_net_weight visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  86. column(band=detail id=20 alignment="1" tabsequence=32766 border="0" color="33554432" x="8059" y="8" height="88" width="434" format="[general]" html.valueishtml="0" name=u_mtrldef_gross_weight visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  87. column(band=detail id=21 alignment="1" tabsequence=32766 border="0" color="33554432" x="8503" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=u_mtrldef_cubage visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  88. column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="8896" y="8" height="88" width="370" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlengname visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  89. column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="9275" y="8" height="88" width="402" format="[general]" html.valueishtml="0" name=u_mtrldef_zxmtrlmode visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  90. htmltable(border="1" )
  91. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  92. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  93. import.xml()
  94. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )