12345678910111213141516171819202122232425262728293031 |
- $PBExportHeader$dw_email_cust.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=64 color="536870912" )
- summary(height=68 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=76 color="536870912" height.autosize=yes)
- table(column=(type=char(20) updatewhereclause=yes name=cuscode dbname="u_cust.cuscode" )
- column=(type=char(50) updatewhereclause=yes name=email dbname="u_cust.email" )
- column=(type=long updatewhereclause=yes key=yes name=cusid dbname="u_cust.cusid" )
- column=(type=char(50) updatewhereclause=yes name=name dbname="u_cust.name" )
- retrieve="select u_cust.cuscode ,
- u_cust.email ,
- u_cust.cusid,
- u_cust.name
- from u_cust
- where u_cust.inuse = 1
- and (u_cust.cusareaid in (:arg_cusareaid))
- " update="u_cust" updatewhere=0 updatekeyinplace=no arguments=(("arg_cusareaid", numberlist)) )
- text(band=header alignment="2" text="编号" border="0" color="33554432" x="9" y="4" height="56" width="338" html.valueishtml="0" name=cuscode_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="357" y="4" height="56" width="855" html.valueishtml="0" name=email_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="1221" y="4" height="56" width="731" html.valueishtml="0" name=name_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=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="357" y="4" height="68" width="855" format="[general]" html.valueishtml="0" name=email visible="1" height.autosize=yes 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="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="338" format="[general]" html.valueishtml="0" name=cuscode visible="1" height.autosize=yes 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="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1221" y="4" height="68" width="731" format="[general]" html.valueishtml="0" name=name visible="1" height.autosize=yes 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="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- compute(band=summary alignment="2" expression="count( cusid )"border="0" color="8388608" x="9" y="4" height="56" width="338" 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" )
|