编程论坛 » PowerBuilder » [求助]如何动态移动字段
中级会员
搜索更多相关主题的帖子: 字段 工资 动态 zdm
查看详细资料
TOP
string ls_colcountls_colcount = dw_1.Object.DataWindow.Column.Countint ifor i=1 to integer(ls_colcount) dw_1.modify("#"+string(i)+".y ='96'")next上面的代码可以不通过字段名实现对字段的移动和我遇到同样问题的人可以看一下上面的代码