d_tables_mss.srd 5.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. $PBExportHeader$d_tables_mss.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=16777215 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=72 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=84 color="536870912" )
  8. table(column=(type=char(255) updatewhereclause=yes name=table_name dbname="sysobjects.table_name" )
  9. column=(type=long updatewhereclause=yes name=table_id dbname="sysobjects.table_id" )
  10. column=(type=char(2) updatewhereclause=yes name=xtype dbname="sysobjects.xtype" )
  11. column=(type=datetime updatewhereclause=yes name=crdate dbname="sysobjects.crdate" )
  12. column=(type=long updatewhereclause=yes name=rows_sum dbname="rows_sum" )
  13. retrieve=" SELECT sysobjects.name as table_name,
  14. sysobjects.id as table_id,
  15. sysobjects.xtype,
  16. sysobjects.crdate,
  17. 0 as rows_sum
  18. FROM sysobjects
  19. where ( sysobjects.type='U' ) and ( substring(sysobjects.name,1,2)<>'PB')
  20. order by sysobjects.name asc
  21. " )
  22. text(band=header alignment="2" text="Table Name" border="0" color="0" x="9" y="8" height="56" width="562" html.valueishtml="0" name=table_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" )
  23. text(band=header alignment="2" text="Table Id" border="0" color="0" x="581" y="8" height="56" width="329" html.valueishtml="0" name=table_id_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" )
  24. text(band=header alignment="2" text="Xtype" border="0" color="0" x="919" y="8" height="56" width="215" html.valueishtml="0" name=xtype_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" )
  25. text(band=header alignment="2" text="Crdate" border="0" color="0" x="1143" y="8" height="56" width="603" html.valueishtml="0" name=crdate_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" )
  26. text(band=header alignment="2" text="Rows Sum" border="0" color="0" x="1755" y="8" height="56" width="329" html.valueishtml="0" name=rows_sum_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" )
  27. column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="0" x="9" y="8" height="68" width="562" format="[general]" html.valueishtml="0" name=table_name visible="1" edit.limit=255 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="1" background.color="536870912" )
  28. column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="0" x="581" y="8" height="68" width="329" format="[general]" html.valueishtml="0" name=table_id 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="1" background.color="536870912" )
  29. column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="0" x="919" y="8" height="68" width="215" format="[general]" html.valueishtml="0" name=xtype visible="1" edit.limit=2 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="1" background.color="536870912" )
  30. column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="0" x="1143" y="8" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=crdate 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="1" background.color="536870912" )
  31. column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="0" x="1755" y="8" height="68" width="329" format="[general]" html.valueishtml="0" name=rows_sum 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="1" background.color="536870912" )
  32. htmltable(border="1" )
  33. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  34. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  35. import.xml()
  36. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )