ds_outwaremx_assign_cancel.srd 3.7 KB

1234567891011121314151617181920212223242526272829
  1. $PBExportHeader$ds_outwaremx_assign_cancel.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 processing=1 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 grid.lines=0 )
  4. header(height=92 color="536870912" )
  5. summary(height=92 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=104 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=assignid dbname="u_mtrlware_assign.Assignid" )
  9. column=(type=decimal(10) updatewhereclause=yes name=notoutqty dbname="u_mtrlware_assign.notoutqty" )
  10. retrieve=" SELECT u_mtrlware_assign.Assignid,
  11. u_mtrlware_assign.Outqty as notoutqty
  12. FROM u_mtrlware_assign
  13. WHERE ( u_mtrlware_assign.assigntype = 1 ) AND
  14. ( u_mtrlware_assign.Scid = :arg_scid ) AND
  15. ( u_mtrlware_assign.Mtrlwareid = :arg_mtrlwareid ) AND
  16. ( u_mtrlware_assign.Relbillid = :arg_relbillid ) AND
  17. ( u_mtrlware_assign.Relprintid = :arg_relprintid ) AND
  18. ( u_mtrlware_assign.Outqty > 0 )
  19. " update="u_mtrlware_assign" updatewhere=1 updatekeyinplace=no arguments=(("arg_scid", number),("arg_mtrlwareid", number),("arg_relbillid", number),("arg_relprintid", number)) sort="assignid D " )
  20. text(band=header alignment="2" text="Assignid" border="0" color="33554432" x="9" y="8" height="76" width="384" html.valueishtml="0" name=assignid_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  21. text(band=header alignment="0" text="Notoutqty" border="0" color="33554432" x="402" y="4" height="76" width="2775" html.valueishtml="0" name=notoutqty_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  22. column(band=detail id=1 alignment="1" tabsequence=10 border="0" color="33554432" x="9" y="8" height="88" width="384" format="[general]" html.valueishtml="0" name=assignid visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  23. column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="402" y="0" height="76" width="2775" format="[general]" html.valueishtml="0" name=notoutqty visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  24. compute(band=summary alignment="0" expression="sum(notoutqty for all)"border="0" color="33554432" x="402" y="4" height="76" width="2775" format="[general]" html.valueishtml="0" name=sumnotoutqty visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
  25. htmltable(border="1" )
  26. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  27. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  28. import.xml()
  29. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )