No min, max close buttons

M

Mark A. Sam

Hello,

I created are report in A2007 w/SP1, but when I open it from code in preview
mode, there is no min, max. or close button. It I open the report in Dialog
mode or ReportView mode, there is a close button.

If I open the report directly from the Navigation pane it is fine, with min,
max, and close buttons. Is this another fluke? Is there a fix?


Thank you and God Bless,

Mark A. Sam
 
M

Mark A. Sam

I discovered that this problem occurs if I hide the DialogBox which called
the report. If I leave the DialogBox visible, the report is fine. I could
live with the DialogBox remaining visible, but prefer to hide it so it is
out of the way.

Me.Visible = False
DoCmd.OpenReport "rptTruckActivity", acViewReport
 

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

Top