Colouring a report?

JvM

Registered User.
Local time
Today, 23:03
Joined
Jan 7, 2003
Messages
68
Good afternoon,

Is it possible with a report to give the whole page a different colour? So that the print preview shows the whole page in a different colour?

Thanks,

Jan
 
I don't think you can change the colour of the whole page. You can change each section by putting the code;

me.detail.backcolor = ???
me.header.backcolor=??? etc

but this still leaves the magins white.

Easiest option is to use coloured paper to print the report out.
 
Thankxx for the excample code.. Will come in handy some thimes.

I changed the layout colour back to plain white..

I've tried differend methodes but I couldn't get the page completely in an other colour..

To bad but so what...

Greetings,

Jan
 

Users who are viewing this thread

Back
Top Bottom