Maintain formating while printing?

P

Plumdodge

If I set the formating of certian controls with (On Open) must I also set
them with the (On page) event so it prints as it is displayed visually?

The reason I ask is currently when it prints the controls that formated by
on open appear rather mangled when print?

Thank you
 
A

Allen Browne

If you set the formatting in the report's Open event, you should not have to
set them again for every page in the Page event.
 
Top