又遇到一个有关问题,请大家帮忙
又遇到一个问题,请大家帮忙
在文本框中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
在文本框中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