您的位置:首页 > 其它

【PB】数据窗口的错误提示不显示(item '' does not pass validation test!)

2012-09-21 23:34 525 查看
数据窗口的错误提示不显示(item '' does not pass validation test!)

在ItemChanged中Return codes:

0 - (Default) Accept the data value

1 - Reject the data value and do not allow focus to change

2 - Reject the data value but allow the focus to change

messagebox()

return 1


在ItemError中Return codes:

0 - (Default) Reject the data value and show an error message box.

1 - Reject the data value with no message box.

2 - Accept the data value.

3 - Reject the data value but allow focus to change.

return 1
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐