Report design access runtime

A

Aru

Hello all. I have stuck with such a problem: I want to integrate into my
application the possibility for the user to manipulate reports. I open
reports with DoCmd.OpenReport stDocName, acViewDesign. This works fine with
retail MS Access but in Runtime environment when the report is opened in
design view, all the controls are invisible. However, I can still modify them
and save the report, but I cannot see them. How can I make controls visible?
Pls help.
 
R

Rick Brandt

Aru said:
Hello all. I have stuck with such a problem: I want to integrate into
my application the possibility for the user to manipulate reports. I
open reports with DoCmd.OpenReport stDocName, acViewDesign. This
works fine with retail MS Access but in Runtime environment when the
report is opened in design view, all the controls are invisible.
However, I can still modify them and save the report, but I cannot
see them. How can I make controls visible? Pls help.

It is very likely that everything you are doing could be done as temporary
changes in the Report's Open event making design view unnecessary. Frankly I'm
surprised runtime mode allows you to make design changes at all.
 

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