当前位置: 代码迷 >> VFP >> 又遇到一个有关问题,请大家帮忙
  详细解决方案

又遇到一个有关问题,请大家帮忙

热度:2545   发布时间:2013-02-26 00:00:00.0
又遇到一个问题,请大家帮忙
在文本框中keypress事件中添加如下代码
if (nkeycode=13) 
thisform.sele_list_1&&为销售单填充数据
this.SetFocus
endif

该文本框不能获得焦点。

if (nkeycode=13) 
this.SetFocus
endif

这样也不行

------解决方案--------------------------------------------------------
if (nkeycode=13)
thisform.sele_list_1&&为销售单填充数据
this.SetFocus
Nodefault
endif
  相关解决方案