ddd_empid.srd 1.8 KB

1234567891011121314151617181920
  1. $PBExportHeader$ddd_empid.srd
  2. $PBExportComments$By Kivens.Jiang(kivens@21cn.com)
  3. release 9;
  4. datawindow(units=0 timer_interval=0 color=16777215 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 )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=76 color="536870912" )
  8. table(column=(type=long updatewhereclause=yes key=yes name=empid dbname="u_rs_empinfo.empid" )
  9. column=(type=char(60) updatewhereclause=yes name=empname dbname="empname" )
  10. retrieve=" SELECT u_rs_empinfo.empid,
  11. ltrim(rtrim(u_rs_empinfo.empcode)) + u_rs_empinfo.empname as empname
  12. FROM u_rs_empinfo
  13. order by u_rs_empinfo.empcode
  14. " update="u_rs_empinfo" updatewhere=0 updatekeyinplace=no )
  15. column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="704" format="[general]" html.valueishtml="0" name=empname 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="1073741824" )
  16. htmltable(border="1" )
  17. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  18. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  19. import.xml()
  20. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )