只需一步,快速开始
以下是引用LucasLynn在2006-5-18 16:42:00的发言: 使用更新后,第一次可以强制切换回来,第二次就不行了。 还是使用有效性规则比较好。
使用道具 举报
以下是引用sgrshh29在2006-5-18 16:43:00的发言: 我一般喜欢用下面的事件: Private Sub Text0_Exit(Cancel As Integer) 1 If Text0 <= 0 Then 2 Cancel = True 3 End If End Sub 这个事件可以不让用户用鼠标跳过错误.
Text0_Enter Text0_GotFocus Text0_KeyDown 48 0 Text0_KeyPress 48 Text0_Change Text0_KeyUp 48 0 Text0_BeforeUpdate 0 Text0_AfterUpdate ===Cancel=== ===Finish=== Text0_Exit -1 Text0_LostFocus ===Cancel=== ===Finish=== Text0_Exit -1 ===Cancel=== ===Finish=== Text0_Exit -1
以下是引用LucasLynn在2006-5-18 16:58:00的发言: Text0_Enter Text0_GotFocus Text0_KeyDown 48 0 Text0_KeyPress 48 Text0_Change Text0_KeyUp 48 0 Text0_BeforeUpdate 0 Text0_AfterUpdate ===Cancel=== ===Finish=== Text0_Exit -1 Text0_LostFocus ===Cancel=== ===Finish=== Text0_Exit -1 ===Cancel=== ===Finish=== Text0_Exit -1
以下是引用duanpeng@在2006-5-19 0:26:00的发言: 用版主提供的这一事件正是我想要的效果! Private Sub Text0_Exit(Cancel As Integer) If Text0 <= 0 Then Cancel = True End If End Sub 谢谢了!!
本版积分规则 发表回复 回帖后跳转到最后一页
|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )
GMT+8, 2025-1-9 04:29 , Processed in 0.083545 second(s), 29 queries .
Powered by Discuz! X3.3
© 2001-2017 Comsenz Inc.