dw_status_code_add.srd 3.0 KB

123456789101112131415161718192021222324
  1. $PBExportHeader$dw_status_code_add.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=134217739 processing=0 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 )
  4. summary(height=0 color="536870912" )
  5. footer(height=0 color="536870912" )
  6. detail(height=244 color="536870912" )
  7. table(column=(type=long update=yes updatewhereclause=yes key=yes name=colorid dbname="u_color.colorid" initial="0" )
  8. column=(type=char(255) update=yes updatewhereclause=yes name=status dbname="u_color.colorname" initial="empty" )
  9. column=(type=char(10) update=yes updatewhereclause=yes name=printid dbname="u_color.printid" initial="empty" )
  10. retrieve=" SELECT u_color.colorid,
  11. u_color.colorname ,
  12. u_color.printid
  13. FROM u_color
  14. where u_color.colorid = :arg_colorid
  15. " update="u_color" updatewhere=1 updatekeyinplace=no arguments=(("arg_colorid", number)) )
  16. column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="425" y="152" height="68" width="1120" format="[general]" html.valueishtml="0" name=status visible="1" edit.limit=255 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  17. text(band=detail alignment="1" text="配置:" border="0" color="33554432" x="37" y="152" height="56" width="370" html.valueishtml="0" name=status_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" )
  18. column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="425" y="36" height="68" width="416" format="[general]" html.valueishtml="0" name=printid 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="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  19. text(band=detail alignment="1" text="序号:" border="0" color="33554432" x="270" y="36" height="56" width="137" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="553648127" )
  20. htmltable(border="1" )
  21. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  22. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  23. import.xml()
  24. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )