what does (ITEM__) mean?

  • Thread starter Thread starter dgm
  • Start date Start date
D

dgm

I've seen syntax never seen before: Me.ITEM__ followed by two underscores.

What is this? There is no control with that name. It seems to be an inherent
report property. Clicking on definition shows "WithEvents ITEM__ As
_ControlInReportEvents". Thanks
 
hi,
I'd like to get an answer from someone who knows
what it is rather than infer what it might be. Thanks
ITEM__ is a simple name for an object variable, see

http://msdn.microsoft.com/en-us/library/aa188643(office.10).aspx

And Access._ControlInReportEvents is an hidden, undocumented interface:

http://www.dotnettech.net/BCL/VB.NE....Access._ControlInReportEvents/Interface.aspx
http://groovy.codehaus.org/scriptom...groovy/scriptom/tlb/office/access/Access.html
http://www.experts-exchange.com/Pro...l_Basic/Q_20429321.html?sfQueryTermInfo=1+vba


mfG
--> stefan <--
 
Microsoft has paid support available. Most likely they would ask for more
information that you provided in your brief initial posting, but you could
have reasonable confidence of finding somebody who "knows". Or maybe the
links provided in the follow-up posting demonstrate to your satisfaction
that Stefan in fact has quite a bit of information, as his posting history
in this forum has demonstrated over and over.

To be fair to you, searches with special characters seem to be quite
difficult to perform, so a lack of search results may be inconclusive.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top