NetViewControl does not work under Access2007. It seems there is an issue accessing all available Controls (854). The 4 border lines are located at the end of the Controls.Item array (index 850-853). The code of the form crashes when accessing this items with e.g. "Me.linTopBorder". The same line would work using "Me.controls.Item(850)".
Maybe it is possible to avoid this problem by placing the borderlines to the begin of controls array. Or we provide a seperate version vor A2007.
Comments: ** Comment from web user: rokos **
Maybe it is possible to avoid this problem by placing the borderlines to the begin of controls array. Or we provide a seperate version vor A2007.
Comments: ** Comment from web user: rokos **
I just read your developer notes on http://accessnetview.codeplex.com/wikipage?title=How%20to%20Create%20a%20New%20Release&referringTitle=DevelopmentNotes. Maybe this issue disappears if the Step
2. Open it in Access 2003 (!)
is done properly. I can't test it now, because I have no A2003 around.