Datasheet

ErrorCode ErrorString
2792 You can’t save a locked OLE object.
2793 Microsoft Access can’t perform the operation specified in the Action
property of the Visual Basic procedure you’re trying to run. The object
frame may be locked or disabled. Set the Locked property to No and
the Enabled property to Yes.
2794 The ActiveX control you tried to insert isn’t registered. For information
on registering an ActiveX control, click Help.
2797 This OLE object was created in an earlier version of OLE so it can’t be
displayed as an icon. For an effect similar to displaying an object as an
icon, add an image control to your form, and add the icon for the appli-
cation to the image control. Then set the image control’s OnDblClick
property to a Visual Basic procedure that opens the OLE object.
2798 You can’t use the Action property to delete a bound OLE object from
its underlying table or query. You tried to run a Visual Basic procedure
that deletes the object in a bound object frame by setting the Action
property to acOLEDelete. Delete the object in a different way, such as
with the DAO Delete method in Visual Basic.
2799 The OLE object can’t be activated upon receiving the focus. If you
selected an OLE object or a chart, and the AutoActivate property for
that control is set to GetFocus, the OLE object or chart should be acti-
vated automatically when it receives the focus. However, the ActiveX
component doesn’t support this operation. Check the component’s doc-
umentation for information on the properties and methods it makes
available to Automation operations.
2800 The object is locked, so any changes you make will be discarded when
the form is closed. Click Save As on the File menu and save the object
under a different name.
2801 The OLE object isn’t loaded because the unbound ActiveX control has-
n’t been initialized.
2802 You can’t insert an ActiveX control in a bound or unbound object
frame. ActiveX controls are automatically contained in ActiveX control
frames.
2803 You don’t have the license required to use this ActiveX control. You
tried to open a form containing an OLE object or an ActiveX control or
you tried to create an ActiveX control. To obtain the appropriate
license, contact the company that provides the licensed OLE object or
ActiveX control.
Access 2002 and Jet 4 Errors
A
PPENDIX E
E
ACCESS 2002
AND
JET
4
E
RRORS
63