English 中文(简体)
防止形式关闭
原标题:Prevent closing of a form
  • 时间:2009-10-10 07:30:36
  •  标签:

如果误点交叉点,如何避免填写表格

问题回答

在表格中处理。 载荷Mode参数和距离参数:

Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)

    If UnloadMode = vbFormControlMenu Then Cancel = True

End Sub

For more info on the Query Unload activity, see MS VDNB6 Language Reference oreck out article





相关问题
热门标签