I have a project (large) that worked fine under 2007r1, but fails to compile under 2007r2 because the scope of the hide/show functions of container controls seems to have changed.
I am storing references to my container controls in an array "sections () as ContainerControl" When I want to hide and show container controls I am trying to call Sections(n).hide or Sections(n).show This worked fine on r1, but fails under r2 with the following compilation error This method is protected. It can only be called from within it's class. sections(n).hide The same for the show method. Any ideas??? Cheers, Tom _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
