123456789101112 |
- $PBExportHeader$dw_rpt_lwidth.srd
- $PBExportComments$线的宽度--下拉数据窗口
- release 6;
- datawindow(units=1 timer_interval=0 color=16777215 processing=0 print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.prompt=no print.buttons=no print.preview.buttons=no )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=17 color="536870912" )
- table(column=(type=char(10) updatewhereclause=no name=line_width dbname="line_width" )
- )
- data("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", )
- line(band=detail x1="4" y1="6" x2="235" y2="6" pen.style="0" pen.width="1~tlong(line_width)" pen.color="0" background.mode="2" background.color="0" )
- htmltable(border="1" cellpadding="0" cellspacing="0" generatecss="no" nowrap="yes")
|