I think you're going to have to give a better explanation than you have, in order for us to help you. What, exactly, does 'unfamiliar object' mean, in this context?
I think you're going to have to give a better explanation than you have, in order for us to help you. What, exactly, does 'unfamiliar object' mean, in this context?
I'm looking for Intellisense features for activeX objects that don't seem to have Intellisense. I have functions or classes in front of me...and I'm tired of scouring the internet for the white pages on this object while attempting to learn exact syntax for its properties, methods, etc.
How is Intellisense determining what comes after the dot (.) / bang (!) and can I reproduce a text list of intellisense data with a simple loop somehow?
What ActiveX Controls are we talking about, here? Adding 6 different ActiveXs (from the Ribbon) to a Form, in the Code Module all exhibited Intellisense. If you're asking where you can go for a listing of the properties/methods of a given ActiveX Control, I have no idea. I suspect that the appropriate properties/methods are sent to Access from the code within the Control itself, and I have no idea how to access this info. Sorry.
It should be noted that in Form Design View, when you select an ActiveX Control and go to Properties - Events, typically only a very few of its events are listed. For the full list of events you have to
Go into the Form'scode module
From the top/leftmostdropdown box, select the given Control
Pull down the top/rightmostdropdown box, and you'll see the entire list of events for that Control.