Board index » delphi » How to disable Rave Reports Setup Dialog

How to disable Rave Reports Setup Dialog


2003-10-02 12:19:04 PM
delphi24
How do I disable the Rave Reports Setup Dialog that comes up before
each and every report? I'd like to go straight to the screen
preview of the report.
Regards,
Nick Alexander
 
 

Re:How to disable Rave Reports Setup Dialog

"Nick Alexander" <XXXX@XXXXX.COM>writes
Quote
How do I disable the Rave Reports Setup Dialog that comes up before
each and every report? I'd like to go straight to the screen
preview of the report.

Regards,
Nick Alexander
Don't know the answer but would love to hear one - I'd like to be able
to programme in the decision to print or preview and remove the choice form
the user.
Phil
 

Re:How to disable Rave Reports Setup Dialog

Nick,
insert a RvSystem-component and define this like RvProject1.Engine and then
RvSystem1.SystemSetups := ReportSystem1.SystemSetups - [ssAllowSetup];
here you can define many things, like the destination and so on
:-) thomas
"Nick Alexander" <XXXX@XXXXX.COM>schrieb im Newsbeitrag
Quote
How do I disable the Rave Reports Setup Dialog that comes up before
each and every report? I'd like to go straight to the screen
preview of the report.

Regards,
Nick Alexander