ACC: Compile Errors Not Reported When Form Opened with CodeID: Q121013
|
Moderate: Requires basic macro, coding, and interoperability skills.
In Microsoft Access version 1.x, compile errors in procedures triggered by
the Open event are not reported if you use Access Basic code to open a form
in Dialog window mode.
In Microsoft Access version 2.0, compile errors in procedures triggered by
the Load event are not reported if you use Access Basic code to open a form
in any window mode.
Compile all your Access Basic code before you open the form.
Microsoft has confirmed this to be a problem in Microsoft Access versions 1.0, 1.1, and 2.0. This problem no longer occurs in Microsoft Access version 7.0.
Function Force_Error()
MsgBox 1
End Function
=Force_Error()
=Force_Error()
Keywords : kberrmsg kbusage FmsEvnt
Version : 1.0 1.1 2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 7, 1999