ACC2: Dialog Form Is Not Modal When DefaultEditing Is SetID: Q128255
|
Moderate: Requires basic macro, coding, and interoperability skills.
When you open a form as a dialog form by setting the OpenForm action's
Window Mode argument to Dialog, the form is not modal as you expect.
The form contains code in its Open or Load event that modifies the
DefaultEditing property.
Microsoft has confirmed this to be a problem in Microsoft Access version 2.0. This problem no longer occurs in Microsoft Access version 7.0.
Sub Form_Open (Cancel As Integer)
Me.DefaultEditing = 3 ' Read-only
End Sub
Keywords : kbusage FmsProp
Version : 2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 9, 1999