Modal report

  • Thread starter Thread starter Domac
  • Start date Start date
D

Domac

Hi,

How to open report as modal form??? (No other form can get focus)


Can't find "Modal" property anywhere in Report properties!

Please help
Domagoj
 
I believe this feature only became available in access 2002....

What version are you using....

I would check your help file for openreport and see if the option exists...

In later versions of ms-access, we have both open args, and window mode.
This gives the openReport command a symmetry with the openForm command....

You can also set this feature in the forms properity sheet in the "other"
tab.

Of course, pop up forms will remain on top of these, but then again, you
likely have no need to use a popup form..
 
Set the WindowMode to acDialog in your OpenForm command.
 
I can't open report using DoCmd.Openform member function .

Thanks!
Domagoj
 
Sorry, I misread that it was a report you wanted to open.

I don't believe there's any way with Access 97. Newer versions of Access do
allow you to specify the WindowMode with the OpenReport command.
 

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

Back
Top