ds_ct_mstpay.srd 3.0 KB

12345678910111213141516171819202122232425
  1. $PBExportHeader$ds_ct_mstpay.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=72 color="536870912" )
  5. summary(height=0 color="536870912" )
  6. footer(height=0 color="536870912" )
  7. detail(height=84 color="536870912" )
  8. table(column=(type=long update=yes updatewhereclause=yes key=yes name=payid dbname="u_Bmstpay.payid" )
  9. column=(type=char(30) updatewhereclause=yes name=billcode dbname="u_Bmstpay.Billcode" )
  10. retrieve=" SELECT u_Bmstpay.payid,
  11. u_Bmstpay.Billcode
  12. FROM u_Bmstpay
  13. WHERE ( u_Bmstpay.paydate <= :arg_ctdt ) AND
  14. ( u_Bmstpay.ctmint > 0 ) AND
  15. ( u_Bmstpay.finishflag = 1 )
  16. " update="u_Bmstpay" updatewhere=1 updatekeyinplace=no arguments=(("arg_ctdt", datetime)) )
  17. text(band=header alignment="2" text="ID(自动增量)" border="0" color="33554432" x="9" y="8" height="56" width="439" html.valueishtml="0" name=payid_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" )
  18. text(band=header alignment="0" text="Billcode" border="0" color="33554432" x="457" y="4" height="76" width="800" html.valueishtml="0" name=billcode_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
  19. column(band=detail id=1 alignment="1" tabsequence=10 border="0" color="33554432" x="9" y="8" height="68" width="439" format="[general]" html.valueishtml="0" name=payid visible="1" edit.limit=0 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="1" background.color="536870912" )
  20. column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="457" y="0" height="56" width="800" format="[general]" html.valueishtml="0" name=billcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  21. htmltable(border="1" )
  22. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  23. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  24. import.xml()
  25. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )