dw_saletask_scll_ch.srd 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. $PBExportHeader$dw_saletask_scll_ch.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 selected.mouse=no )
  4. header(height=68 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=64 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes name=u_saletask_taskid dbname="u_SaleTask.TaskID" )
  9. column=(type=char(15) updatewhereclause=yes name=u_saletask_taskcode dbname="u_SaleTask.TaskCode" )
  10. column=(type=long updatewhereclause=yes name=u_cust_cusid dbname="u_cust.cusid" )
  11. column=(type=char(20) updatewhereclause=yes name=u_cust_cuscode dbname="u_cust.cuscode" )
  12. column=(type=char(50) updatewhereclause=yes name=u_cust_name dbname="u_cust.name" )
  13. column=(type=datetime updatewhereclause=yes name=u_saletask_requiredate dbname="u_SaleTask.requiredate" )
  14. column=(type=char(30) updatewhereclause=yes name=u_saletask_relcode dbname="u_SaleTask.relcode" )
  15. column=(type=decimal(4) updatewhereclause=yes name=u_saletaskmx_saleqty dbname="u_SaleTaskMx.SaleQty" )
  16. column=(type=decimal(5) updatewhereclause=yes name=u_saletaskmx_assignqty dbname="u_SaleTaskMx.AssignQty" )
  17. column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_mxdscrp dbname="u_SaleTaskMx.mxdscrp" )
  18. column=(type=long updatewhereclause=yes name=u_saletaskmx_mtrlid dbname="u_SaleTaskMx.MtrlID" )
  19. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlcode dbname="u_mtrldef.mtrlcode" )
  20. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_mtrlname dbname="u_mtrldef.mtrlname" )
  21. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlmode dbname="u_mtrldef.mtrlmode" )
  22. column=(type=char(10) updatewhereclause=yes name=u_mtrldef_unit dbname="u_mtrldef.unit" )
  23. column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_status dbname="u_SaleTaskMx.status" )
  24. column=(type=datetime updatewhereclause=yes name=u_saletask_taskdate dbname="u_SaleTask.taskdate" )
  25. column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_woodcode dbname="u_SaleTaskMx.woodcode" )
  26. column=(type=char(255) updatewhereclause=yes name=u_saletaskmx_pcode dbname="u_SaleTaskMx.pcode" )
  27. column=(type=char(30) updatewhereclause=yes name=u_saletask_relcode dbname="u_SaleTask.relcode" )
  28. column=(type=long updatewhereclause=yes name=scid dbname="u_SaleTask.scid" )
  29. column=(type=long updatewhereclause=yes name=printid dbname="u_SaleTaskMx.printid" )
  30. column=(type=char(30) updatewhereclause=yes name=u_mtrldef_mtrlsectype dbname="u_mtrldef.mtrlsectype" )
  31. column=(type=char(50) updatewhereclause=yes name=u_mtrldef_zxmtrlmode dbname="u_mtrldef.zxmtrlmode" )
  32. retrieve=" SELECT u_SaleTask.TaskID,
  33. u_SaleTask.TaskCode,
  34. u_cust.cusid,
  35. u_cust.cuscode,
  36. u_cust.name,
  37. u_SaleTask.requiredate,
  38. u_SaleTask.relcode,
  39. u_SaleTaskMx.SaleQty,
  40. u_SaleTaskMx.AssignQty,
  41. u_SaleTaskMx.mxdscrp,
  42. u_SaleTaskMx.MtrlID,
  43. u_mtrldef.mtrlcode,
  44. u_mtrldef.mtrlname,
  45. u_mtrldef.mtrlmode,
  46. u_mtrldef.unit,
  47. u_SaleTaskMx.status,
  48. u_SaleTask.taskdate,
  49. u_SaleTaskMx.woodcode,
  50. u_SaleTaskMx.pcode,
  51. u_saletask.relcode,
  52. u_saletask.scid,
  53. u_saletaskmx.printid,
  54. u_mtrldef.mtrlsectype,
  55. u_mtrldef.zxmtrlmode
  56. FROM u_cust,
  57. u_SaleTask,
  58. u_SaleTaskMx,
  59. u_mtrldef ,
  60. uv_saletask_ifallinware
  61. WHERE ( u_SaleTask.scid = u_SaleTaskMx.scid ) and
  62. ( u_SaleTask.TaskID = u_SaleTaskMx.TaskID ) and
  63. ( u_cust.cusid = u_SaleTask.CusID ) and
  64. ( u_SaleTaskMx.MtrlID = u_mtrldef.mtrlid ) and
  65. ( u_SaleTask.Status = 1 ) and
  66. ( u_SaleTask.CusID = u_cust.cusid ) AND
  67. ( u_SaleTask.scid = :arg_scid OR :arg_scid = -1 ) and
  68. ( u_cust.cusareaid in (:arg_areaid_arr) or u_cust.cusareaid = 0 ) and
  69. ( uv_saletask_ifallinware.taskid = u_SaleTask.taskid) and
  70. ( :arg_flag = 0 or ( :arg_flag = 1 and uv_saletask_ifallinware.if_inware = 0 )) and
  71. u_SaleTaskMx.flag = 1 and u_SaleTaskMx.scllflag = 1
  72. " arguments=(("arg_scid", number),("arg_areaid_arr", numberlist),("arg_flag", number)) )
  73. text(band=header alignment="2" text="订单编号" border="0" color="0" x="9" y="8" height="56" width="315" html.valueishtml="0" name=u_saletask_taskcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  74. text(band=header alignment="2" text="客户编号" border="0" color="0" x="5358" y="8" height="56" width="393" html.valueishtml="0" name=u_cust_cuscode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  75. text(band=header alignment="2" text="客户名称" border="0" color="0" x="2825" y="8" height="56" width="585" html.valueishtml="0" name=u_cust_name_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  76. text(band=header alignment="2" text="交货日期" border="0" color="0" x="631" y="8" height="56" width="315" html.valueishtml="0" name=u_saletask_requiredate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  77. text(band=header alignment="2" text="订货数量" border="0" color="0" x="2267" y="8" height="56" width="270" html.valueishtml="0" name=u_saletaskmx_saleqty_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  78. text(band=header alignment="2" text="已排数量" border="0" color="0" x="2546" y="8" height="56" width="270" html.valueishtml="0" name=u_saletaskmx_assignqty_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  79. text(band=header alignment="2" text="编码" border="0" color="0" x="955" y="8" height="56" width="389" html.valueishtml="0" name=u_mtrldef_mtrlcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  80. text(band=header alignment="2" text="品名" border="0" color="0" x="1353" y="8" height="56" width="617" html.valueishtml="0" name=u_mtrldef_mtrlname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  81. text(band=header alignment="2" text="明细备注" border="0" color="0" x="5760" y="8" height="56" width="576" html.valueishtml="0" name=u_saletaskmx_mxdscrp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  82. text(band=header alignment="2" text="规格" border="0" color="0" x="4521" y="8" height="56" width="366" html.valueishtml="0" name=u_mtrldef_mtrlmode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  83. text(band=header alignment="2" text="未排数量" border="0" color="0" x="1979" y="8" height="56" width="279" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="15793151" )
  84. text(band=header alignment="2" text="属性" border="0" color="0" x="3419" y="8" height="56" width="357" html.valueishtml="0" name=u_saletaskmx_status_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  85. text(band=header alignment="2" text="订货日期" border="0" color="0" x="334" y="8" height="56" width="288" html.valueishtml="0" name=u_saletask_taskdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  86. text(band=header alignment="2" text="属性1" border="0" color="0" x="3785" y="8" height="56" width="343" html.valueishtml="0" name=u_saletaskmx_woodcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  87. text(band=header alignment="2" text="属性2" border="0" color="0" x="4137" y="8" height="56" width="375" html.valueishtml="0" name=u_saletaskmx_pcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  88. text(band=header alignment="2" text="相关号码" border="0" color="0" x="4896" y="8" height="56" width="453" html.valueishtml="0" name=u_saletask_relcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  89. text(band=header alignment="2" text="库存单位" border="0" color="0" x="6345" y="8" height="56" width="238" html.valueishtml="0" name=u_mtrldef_unit_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  90. text(band=header alignment="2" text="自定义一" border="0" color="33554432" x="6592" y="8" height="56" width="329" html.valueishtml="0" name=u_mtrldef_mtrlsectype_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  91. text(band=header alignment="2" text="自定义二" border="0" color="33554432" x="6930" y="8" height="56" width="398" html.valueishtml="0" name=u_mtrldef_zxmtrlmode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  92. column(band=detail id=2 alignment="2" tabsequence=32766 border="0" color="0" x="9" y="4" height="68" width="315" format="[general]" html.valueishtml="0" name=u_saletask_taskcode visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  93. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="5358" y="4" height="68" width="393" format="[general]" html.valueishtml="0" name=u_cust_cuscode visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  94. column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="0" x="2825" y="4" height="68" width="585" format="[general]" html.valueishtml="0" name=u_cust_name visible="1" edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  95. column(band=detail id=6 alignment="2" tabsequence=32766 border="0" color="0" x="631" y="4" height="68" width="315" format="yyyy-mm-dd" html.valueishtml="0" name=u_saletask_requiredate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  96. column(band=detail id=8 alignment="1" tabsequence=32766 border="0" color="0" x="2267" y="4" height="68" width="270" format="#,##0.0###" html.valueishtml="0" name=u_saletaskmx_saleqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  97. column(band=detail id=9 alignment="1" tabsequence=32766 border="0" color="0" x="2546" y="4" height="68" width="270" format="#,##0.0###" html.valueishtml="0" name=u_saletaskmx_assignqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  98. column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="0" x="955" y="4" height="68" width="389" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  99. column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="0" x="1353" y="4" height="68" width="617" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlname visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  100. column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="0" x="5760" y="4" height="68" width="576" format="[general]" html.valueishtml="0" name=u_saletaskmx_mxdscrp visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  101. column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="0" x="4521" y="4" height="68" width="366" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlmode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  102. compute(band=detail alignment="1" expression=" u_saletaskmx_saleqty - u_saletaskmx_assignqty "border="0" color="0" x="1979" y="4" height="68" width="279" format="#,##0.0###" html.valueishtml="0" name=noassignqty visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="16777215~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  103. column(band=detail id=16 alignment="2" tabsequence=32766 border="0" color="0" x="3419" y="4" height="68" width="357" format="[general]" html.valueishtml="0" name=u_saletaskmx_status visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  104. column(band=detail id=17 alignment="2" tabsequence=32766 border="0" color="0" x="334" y="4" height="68" width="288" format="yyyy-mm-dd" html.valueishtml="0" name=u_saletask_taskdate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  105. column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="0" x="3785" y="4" height="68" width="343" format="[general]" html.valueishtml="0" name=u_saletaskmx_woodcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  106. column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="0" x="4137" y="4" height="68" width="375" format="[general]" html.valueishtml="0" name=u_saletaskmx_pcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  107. column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="0" x="4896" y="4" height="68" width="453" format="[general]" html.valueishtml="0" name=u_saletask_relcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  108. column(band=detail id=15 alignment="2" tabsequence=32766 border="0" color="0" x="6345" y="4" height="68" width="238" format="[general]" html.valueishtml="0" name=u_mtrldef_unit visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="0" background.color="536870912~tif( noassignqty = 0 , rgb(232,242,249),rgb(255,255,255) )" )
  109. column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="0" x="6592" y="4" height="68" width="329" format="[general]" html.valueishtml="0" name=u_mtrldef_mtrlsectype visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  110. column(band=detail id=24 alignment="0" tabsequence=32766 border="0" color="0" x="6930" y="4" height="68" width="398" format="[general]" html.valueishtml="0" name=u_mtrldef_zxmtrlmode visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  111. compute(band=footer alignment="2" expression="count(u_saletask_taskcode for all distinct)"border="0" color="8388608" x="9" y="4" height="56" width="315" format="[general]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  112. compute(band=footer alignment="2" expression="count(u_mtrldef_mtrlcode for all)"border="0" color="8388608" x="955" y="4" height="56" width="389" format="[general]" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  113. compute(band=footer alignment="1" expression="sum(u_saletaskmx_saleqty for all)"border="0" color="8388608" x="2267" y="4" height="56" width="270" format="#,##0.0###" html.valueishtml="0" name=compute_5 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  114. compute(band=footer alignment="1" expression="sum(u_saletaskmx_assignqty for all)"border="0" color="8388608" x="2546" y="4" height="56" width="270" format="#,##0.0###" html.valueishtml="0" name=compute_6 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  115. compute(band=footer alignment="1" expression="sum( u_saletaskmx_saleqty - u_saletaskmx_assignqty for all)"border="0" color="8388608" x="1979" y="4" height="56" width="279" format="#,##0.0###" html.valueishtml="0" name=compute_4 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  116. sparse(names="u_saletask_taskcode u_cust_cuscode u_cust_name u_saletask_requiredate u_saletask_relcode u_saletask_taskdate")htmltable(border="1" )
  117. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  118. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  119. import.xml()
  120. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )