dw_price_list_add.srd 4.1 KB

12345678910111213141516171819202122232425262728
  1. $PBExportHeader$dw_price_list_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=532 color="536870912" )
  7. table(column=(type=long update=yes updatewhereclause=yes key=yes name=pricelistid dbname="u_sale_price_list.pricelistid" initial="0" )
  8. column=(type=char(20) updatewhereclause=yes name=code dbname="u_sale_price_list.code" initial="empty" )
  9. column=(type=char(50) update=yes updatewhereclause=yes name=listname dbname="u_sale_price_list.listname" initial="empty" )
  10. column=(type=long update=yes updatewhereclause=yes name=moneyid dbname="u_sale_price_list.moneyid" initial="0" )
  11. retrieve=" SELECT u_sale_price_list.pricelistid,
  12. u_sale_price_list.code,
  13. u_sale_price_list.listname,
  14. u_sale_price_list.moneyid
  15. FROM u_sale_price_list
  16. WHERE u_sale_price_list.pricelistid = :arg_pricelistid
  17. " update="u_sale_price_list" updatewhere=1 updatekeyinplace=no arguments=(("arg_pricelistid", number)) )
  18. text(band=detail alignment="1" text="名称:" border="0" color="16711680" x="23" y="396" height="56" width="160" html.valueishtml="0" name=listname_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" )
  19. column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="197" y="396" height="68" width="850" format="[general]" html.valueishtml="0" name=listname 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="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  20. column(band=detail id=4 alignment="0" tabsequence=20 border="5" color="33554432" x="197" y="224" height="68" width="645" format="[general]" html.valueishtml="0" name=moneyid visible="1" dddw.name=ddd_currency dddw.displaycolumn=name dddw.datacolumn=moneyid dddw.percentwidth=0 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  21. column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="33554432" x="197" y="52" height="68" width="645" format="[general]" html.valueishtml="0" name=code 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="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
  22. text(band=detail alignment="1" text="币种:" border="0" color="16711680" x="23" y="224" height="56" width="160" html.valueishtml="0" name=moneyid_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=detail alignment="1" text="编号:" border="0" color="16711680" x="23" y="48" height="56" width="160" 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="2" background.color="134217739" )
  24. htmltable(border="1" )
  25. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  26. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  27. import.xml()
  28. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )