动态建立Create column遇到的问题!
ls_modstring= "create column(band=detail id=1 alignment='0' " + &
" tabsequence=10 border='0' color='0' x='" + ls_x + &
"' y='4' height='56' width='320' format='[general]'" + &
" name=lx" + ls_gjlx + " edit.limit=0 edit.case=any " + &
" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes " + &
" font.face='宋体' font.height='-9' font.weight='400' " + &
" font.family='2' font.pitch='2' font.charset='134' " + &
" background.mode='1' background.color='536870912')"
这是我动态建立一个列的语句,我发现,在列的id里,我只能给它赋值id=1,否则dw_name.modify()后,会报语法错,但如果所建立的列id都一样,这样在setitem数据的时候,相同的id的值都会一样。