ddd_item_pay.srd 1.9 KB

123456789101112131415161718192021
  1. $PBExportHeader$ddd_item_pay.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 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=76 color="536870912" )
  7. table(column=(type=long update=yes updatewhereclause=yes key=yes name=itemid dbname="u_itemdef.itemid" )
  8. column=(type=char(50) update=yes updatewhereclause=yes name=itemname dbname="u_itemdef.itemname" )
  9. column=(type=char(20) updatewhereclause=yes name=itemcode dbname="u_itemdef.itemcode" )
  10. retrieve=" SELECT u_itemdef.itemid,
  11. u_itemdef.itemname ,
  12. u_itemdef.itemcode
  13. FROM u_itemdef
  14. WHERE u_itemdef.itemflag = - 1 and isuse = 1
  15. " update="u_itemdef" updatewhere=1 updatekeyinplace=no sort="itemcode A " )
  16. column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="9" y="4" height="68" width="590" format="[general]" html.valueishtml="0" name=itemname 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="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  17. htmltable(border="1" )
  18. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  19. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  20. import.xml()
  21. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )