Moving OLE Based Control

  • Thread starter Thread starter Frank Wagner
  • Start date Start date
F

Frank Wagner

I have a control that is bound to an OLE object in a table. When i try to
reposition the control with the command Me.ObjectName.Left = 4000, it does
not compile. The error message "Invalid Qualifier" appears. In addition,
when I normally enter the period after the name of the object such as
Me.ObjectName. a list of optional commands comes up. For this control, it
does not.

Could anyone help with with the problem of not being able to access the
properties of this control. I use Access 2000.

Thanks
 
What's the control? Are you sure its compatible with Access Forms (not all
controls are). Do you have a reference set to the control's object library
to allow you to reference its properties?
 
I had a table with an OLE field in it. When I clicked on auto-form it
created this control that shows the line drawing that I created in Paint. In
the heading of the properties list, it is called a "Bound Object Frame:
Picture". Picture is the name I gave the control. I'm not sure how to
describe it other than that. With regard to references, I'm not sure what
reference to add other than the standard references that open with Access
2000.

Let me know if there is anything else specifically that I can add to its
description.

Thanks
--
Frank Wagner
(e-mail address removed)


George Nicholson said:
What's the control? Are you sure its compatible with Access Forms (not all
controls are). Do you have a reference set to the control's object library
to allow you to reference its properties?
 
Back
Top