Setting popup & modal properies dynamically in a report

G

Guest

Hi,

I have an application which needs a number of reports to open either with
both modal and popup properties, or with neither modal nor popup properties
set, depending on the user type. However, when I try to set the modal
property from code in the report's open event I receive a message as follows:
"error 2448 you cannot assign a value to this property."

I am able to set the modal propery via code but I cannot seem to set the
popup property via code. All the manuals and the ACCESS help say that it is
possible to set th Popup property in a report via code.

Am I missing something?

Any ideas.

Many thanks,

Bernard.
 
B

Brendan Reynolds

The Popup property can be set only in design view. The help topic does say
this, although perhaps not quite as prominently as it should.
 
M

Martureo Bob

In the program that opens these forms, have you tried opening them as
Dialogs?
 

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