首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > VFP >

thisform.command(i).visible=.T.该怎么处理

2012-02-14 
thisform.command(i).visible.T.thisform.command(1).visible.T.thisform.command(2).visible.T.thisfo

thisform.command(i).visible=.T.
thisform.command(1).visible=.T.
thisform.command(2).visible=.T.
thisform.command(3).visible=.T.
thisform.command(4).visible=.T.
thisform.command(5).visible=.T.
thisform.command(6).visible=.T.
thisform.command(7).visible=.T.
....
thisform.command(150).visible=.T.

我这么就要写150行

能否有个简单的代码写法?


[解决办法]
FOR i=1 TO 2
j=TRANSFORM(i)
thisform.command&j..visible=.t.
ENDFOR

热点排行