dw_pr_pricelist.srd 2.7 KB

12345678910111213141516171819202122
  1. $PBExportHeader$dw_pr_pricelist.srd
  2. release 9;
  3. 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 )
  4. header(height=204 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=112 color="536870912" height.autosize=yes)
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=pricelistid dbname="u_sale_price_list.pricelistid" )
  9. column=(type=char(50) update=yes updatewhereclause=yes name=listname dbname="u_sale_price_list.listname" )
  10. retrieve=" SELECT u_sale_price_list.pricelistid,
  11. u_sale_price_list.listname
  12. FROM u_sale_price_list
  13. WHERE u_sale_price_list.pricelistid = :arg_pricelistid
  14. " update="u_sale_price_list" updatewhere=1 updatekeyinplace=no arguments=(("arg_pricelistid", number)) )
  15. compute(band=header alignment="0" expression="' 打印日期: '+string(today(),'yyyy-mm-dd')+' 共 '+string(pageCount())+' 页 第 ' + string(page()) + ' 页'"border="0" color="0" x="9" y="128" height="60" width="1792" format="[general]" html.valueishtml="0" name=compute_1 visible="1" resizeable=1 moveable=1 font.face="宋体" font.height="-10" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  16. column(band=header id=2 alignment="2" tabsequence=20 border="0" color="0" x="9" y="8" height="108" width="3287" format="[general]" html.valueishtml="0" name=listname visible="1" resizeable=1 moveable=1 edit.limit=50 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  17. report(band=detail dataobject="dw_pr_pricelist_mx" x="9" y="4" height="100" width="3424" border="0" height.autosize=yes criteria="" nest_arguments=(("pricelistid")) trail_footer = yes name=mxreport visible="1" slideup=directlyabove )
  18. htmltable(border="1" )
  19. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  20. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  21. import.xml()
  22. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )