在文本框中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