1234567891011121314151617181920212223242526272829303132333435 |
- $PBExportHeader$dw_email_view_send_rep.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=16777215 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 selected.mouse=no )
- header(height=68 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=64 color="536870912" )
- detail(height=76 color="536870912" height.autosize=yes)
- table(column=(type=long update=yes updatewhereclause=yes key=yes name=sendid dbname="u_email_sendmx.sendid" )
- column=(type=long update=yes updatewhereclause=yes key=yes name=printid dbname="u_email_sendmx.printid" )
- column=(type=long update=yes updatewhereclause=yes name=reltype dbname="u_email_sendmx.reltype" )
- column=(type=long update=yes updatewhereclause=yes name=relid dbname="u_email_sendmx.relid" )
- column=(type=char(255) update=yes updatewhereclause=yes name=revaddress dbname="u_email_sendmx.revaddress" )
- column=(type=char(255) update=yes updatewhereclause=yes name=revname dbname="u_email_sendmx.revname" )
- retrieve=" SELECT
- u_email_sendmx.sendid,
- u_email_sendmx.printid,
- u_email_sendmx.reltype,
- u_email_sendmx.relid,
- u_email_sendmx.revaddress,
- u_email_sendmx.revname
- FROM u_email_sendmx
- where u_email_sendmx.sendid = :arg_sendid
- " update="u_email_sendmx" updatewhere=1 updatekeyinplace=no arguments=(("arg_sendid", number)) )
- text(band=header alignment="2" text="类型" border="0" color="33554432" x="9" y="8" height="56" width="197" html.valueishtml="0" name=reltype_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="收件人" border="0" color="33554432" x="215" y="8" height="56" width="393" html.valueishtml="0" name=revname_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=header alignment="2" text="收件地址" border="0" color="33554432" x="617" y="8" height="56" width="882" html.valueishtml="0" name=revaddress_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="197" format="[general]" html.valueishtml="0" name=reltype visible="1" height.autosize=yes dddw.name=ddd_email_sendmx_type dddw.displaycolumn=typename dddw.datacolumn=typeid dddw.percentwidth=0 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=6 alignment="0" tabsequence=10 border="0" color="33554432" x="215" y="4" height="68" width="393" format="[general]" html.valueishtml="0" protect="0~tif ( reltype =3,0,1)" name=revname visible="1" height.autosize=yes 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="2" background.color="16777215" )
- column(band=detail id=5 alignment="0" tabsequence=20 border="0" color="33554432" x="617" y="4" height="68" width="882" format="[general]" html.valueishtml="0" protect="0~tif ( reltype =3,0,1)" name=revaddress visible="1" height.autosize=yes edit.limit=100 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="2" background.color="16777215" )
- compute(band=footer alignment="2" expression="count( revname )"border="0" color="8388608" x="215" y="4" height="56" width="393" format="[GENERAL]" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- htmltable(border="1" )
- htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
- export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
|