ds_xls_bill_bak.srd 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. $PBExportHeader$ds_xls_bill_bak.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=92 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 update=yes updatewhereclause=yes name=billid dbname="U_XLS_BillList.BillID" )
  9. column=(type=char(50) update=yes updatewhereclause=yes name=billname dbname="U_XLS_BillList.BillName" )
  10. column=(type=char(50) update=yes updatewhereclause=yes name=defaultdatawindow dbname="U_XLS_BillList.DefaultDataWindow" )
  11. column=(type=char(50) update=yes updatewhereclause=yes name=billtype dbname="U_XLS_BillList.BillType" )
  12. column=(type=long update=yes updatewhereclause=yes name=parentid dbname="U_XLS_BillList.parentid" )
  13. column=(type=char(2) updatewhereclause=yes name=ogmpid dbname="ogmpid" )
  14. column=(type=char(61) updatewhereclause=yes name=ogmid dbname="uv_xls_billtype.ogmid" )
  15. column=(type=char(89) updatewhereclause=yes name=ogmname dbname="uv_xls_billtype.ogmname" )
  16. column=(type=char(30) updatewhereclause=yes name=u_xls_billlist_sign dbname="U_XLS_BillList.sign" )
  17. column=(type=char(63) updatewhereclause=yes name=billflag dbname="billflAG" )
  18. retrieve=" SELECT U_XLS_BillList.BillID ,
  19. U_XLS_BillList.BillName,
  20. U_XLS_BillList.DefaultDataWindow,
  21. U_XLS_BillList.BillType,
  22. U_XLS_BillList.parentid ,
  23. '00' as ogmpid,
  24. uv_xls_billtype.ogmid,
  25. uv_xls_billtype.ogmname,
  26. U_XLS_BillList.sign,
  27. :arg_begflag+rtrim(U_XLS_BillList.BillName)+'-明细行标记'+ :arg_endflag as billflAG
  28. FROM U_XLS_BillList inner join
  29. uv_xls_billtype on uv_xls_billtype.billid = U_XLS_BillList.BillId
  30. where (U_XLS_BillList.BillID = :arg_billid or U_XLS_BillList.parentid = :arg_billid or :arg_billid = -1)
  31. order by U_XLS_BillList.parentid,U_XLS_BillList.billid,uv_xls_billtype.ColumnType
  32. " arguments=(("arg_billid", number),("arg_begflag", string),("arg_endflag", string)) )
  33. text(band=header alignment="2" text="Billid" border="0" color="33554432" x="9" y="8" height="76" width="384" html.valueishtml="0" name=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" )
  34. text(band=header alignment="2" text="Billname" border="0" color="33554432" x="402" y="4" height="76" width="1632" html.valueishtml="0" name=billname_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" )
  35. text(band=header alignment="2" text="Defaultdatawindow" border="0" color="33554432" x="2043" y="8" height="76" width="1632" html.valueishtml="0" name=defaultdatawindow_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" )
  36. text(band=header alignment="2" text="Billtype" border="0" color="33554432" x="3685" y="8" height="76" width="1632" html.valueishtml="0" name=billtype_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" )
  37. text(band=header alignment="2" text="Parentid" border="0" color="33554432" x="5326" y="8" height="76" width="384" html.valueishtml="0" name=parentid_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" )
  38. text(band=header alignment="0" text="Ogmid" border="0" color="33554432" x="5719" y="4" height="76" width="1943" html.valueishtml="0" name=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" )
  39. text(band=header alignment="0" text="Ogmname" border="0" color="33554432" x="7671" y="4" height="76" width="1975" html.valueishtml="0" name=ogmname_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" )
  40. text(band=header alignment="0" text="Ogmpid" border="0" color="33554432" x="9655" y="4" height="76" width="55" html.valueishtml="0" name=ogmpid_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" )
  41. text(band=header alignment="0" text="U Xls Billlist Sign" border="0" color="33554432" x="9719" y="4" height="76" width="951" html.valueishtml="0" name=u_xls_billlist_sign_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" )
  42. text(band=header alignment="0" text="Billflag" border="0" color="33554432" x="10679" y="4" height="76" width="2007" 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" )
  43. column(band=detail id=1 alignment="1" tabsequence=10 border="0" color="33554432" x="9" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=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" )
  44. column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="402" y="4" height="88" width="1632" format="[general]" html.valueishtml="0" name=billname 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" )
  45. column(band=detail id=3 alignment="0" tabsequence=30 border="0" color="33554432" x="2043" y="8" height="88" width="1632" format="[general]" html.valueishtml="0" name=defaultdatawindow 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" )
  46. column(band=detail id=4 alignment="0" tabsequence=40 border="0" color="33554432" x="3685" y="8" height="88" width="1632" format="[general]" html.valueishtml="0" name=billtype 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" )
  47. column(band=detail id=5 alignment="1" tabsequence=50 border="0" color="33554432" x="5326" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=parentid 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" )
  48. column(band=detail id=7 alignment="0" tabsequence=60 border="0" color="33554432" x="5719" y="0" height="76" width="1943" format="[general]" html.valueishtml="0" name=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" )
  49. column(band=detail id=8 alignment="0" tabsequence=70 border="0" color="33554432" x="7671" y="0" height="76" width="1975" format="[general]" html.valueishtml="0" name=ogmname 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" )
  50. column(band=detail id=6 alignment="0" tabsequence=80 border="0" color="33554432" x="9655" y="0" height="76" width="55" format="[general]" html.valueishtml="0" name=ogmpid 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" )
  51. column(band=detail id=9 alignment="0" tabsequence=90 border="0" color="33554432" x="9719" y="0" height="76" width="951" format="[general]" html.valueishtml="0" name=u_xls_billlist_sign 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" )
  52. column(band=detail id=10 alignment="0" tabsequence=100 border="0" color="33554432" x="10679" y="0" height="76" width="2007" 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" )
  53. htmltable(border="1" )
  54. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  55. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  56. import.xml()
  57. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )