SystemExecutionEngine.Exception

D

Dean Slindee

The following statement in a VB.NET application using automation generates a
SystemExecution.Exception when performed on an Access 2002 or 2003 .ade
file. However, the error does not happen when pointing at Northwinds.mdb.
Is there some setting for the Menu Bar that I need to adjust in my .ade
application?

'hide Access menu bar:
objAccess.CommandBars("Menu Bar").Enabled = False
'generates a SystemExecutionEngine.Exception

Thanks,

Dean Slindee
 
Top