以下是引用吹水佬在2015-5-16 07:49:36的发言:
在适当时候执行 GRID 的 SetFocus 方法会有意想不到的结果,屏幕状态比用 Refresh 方法好。
如:在GRID的AfterRowColChange事件代码最后执行 this.SetFocus
PROCEDURE GRID.AfterRowColChange(nColIndex)
** add user code here
this.SetFocus
ENDPROC
在适当时候执行 GRID 的 SetFocus 方法会有意想不到的结果,屏幕状态比用 Refresh 方法好。
如:在GRID的AfterRowColChange事件代码最后执行 this.SetFocus
PROCEDURE GRID.AfterRowColChange(nColIndex)
** add user code here
this.SetFocus
ENDPROC
可能是我用临时表的原因,加上this.SetFocus没反应。。我是用SPT读取的临时表