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.
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.