Form/Report Design

DS

Registered User.
Local time
Today, 00:11
Joined
Oct 5, 2000
Messages
12
Hi,

In my application, I create a report based on a report template and then create the controls required on it (all through VBA using COPY OBJECT and CREATEREPORTCONTROL commands). As I have to open this report in design mode, the user can see the report being designed, not very pretty! Is there a way of 'turning off' the screen while this 'design' is taking place??

Thanks in advance
DS
 
Hi

you may try application.echo

Application.Echo False
'your code
AppActivate.Echo True

kaspi
 
Hi

you may try application.echo

Application.Echo False
'your code
Application.Echo True

kaspi
 

Users who are viewing this thread

Back
Top Bottom