Formating lost on Printing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am running into a problem where my report has many controls arranged by
variables ( i.e. Left, width...etc). The report displays correctly on
screen, but when I print all of the controls shift dramaticly. Any
suggestions how to retian my formating when printing?
 
I am running into a problem where my report has many controls arranged by
variables ( i.e. Left, width...etc). The report displays correctly on
screen, but when I print all of the controls shift dramaticly. Any
suggestions how to retian my formating when printing?

If you are using variables to change the position of controls on the
report, you'll need to re-set them to their original position,
otherwise they retain their last position when the report is printed
from preview.
Use the Report Header Format event. Rem,ember, all measurements are in
Twips, 1440 per inch.
 
Back
Top