Controlling the Access Title Bar

A

ApexData

Hello

I'm using Access2000, SplitDB, ALL MenuBars are Off. The
AccessTitleBar(BlueBar) displays at the top with its (Min/Max/[X])
Controlbox.

I have a MainMenuForm (Modal-On), that Calls a ReportMenuForm
(Modal-On) that lets me select a REPORT. If I set the ReportMenuForm
(Popup-On) and I select a REPORT, the AccessTitleBar becomes disable (a
good thing), however the REPORT displays underneath the ReportMenuForm
(a bad thing). If I set the ReportMenuForm (Popup-Off) and I select a
REPORT, the REPORT displays OnTop (a good thing). However, a new
problem emerges. If the user maximizes the REPORT, the REPORTS TitleBar
disappears under the AccessTitleBar confusing the user. The user will
then press the
Close[X] button, and the whole application shuts down (a bad thing). I
found unconventional code on the MS Web site, and was able to shut off
the [X] button of the AccessTitleBar, but the Min/Max stays on.
Access2000 does not support the PopUp option in REPORTS. This would be
my solution. This MUST be a common frustration to many developers!

I need to display the REPORT OnTop, without the AccessTitleBar
concerns!

How do I disable the AccessTitleBar, or its (Min/Max[X]) Controlbox ?
 
Top