Re: Formating lost on Printing
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
On Mon, 27 Mar 2006 13:06:01 -0800, Plumdodge wrote:
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.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
.
Relevant Pages
- Re: Boot up problem
... At times posters to these groups report ... If you read the list of operating systems this applies to, you'll see that Windows XP is not among them. ... XP users who appear to be reasonably competent have reported this peculiarity with the boot.ini file after formating their drives, as witnessed by the user in the second link that I posted, he gives the impression of having a good grasp of the format and install procedures and yet after doing a full format he reports having seen this mystery on a pc he was trying to fix. ... (microsoft.public.windowsxp.basics) - RE: Dates do not sort correctly
... Formating creates a string - text. ... sorting and display your formated one in report. ... Access recognizes it as a date field, but does not sort it as a date field. ... I'm Running Microsoft Access 2007. ... (microsoft.public.access.reports) - Using Conditional formatting to compare two strings....
... I have a report in access database that I am using conditional ... formating for. ... I am comparing two values, a new value and an old ... When the new value differs from the old value, ... (microsoft.public.access.formscoding) - NULL VALUES IN REPORT
... I have a report in Access 97 where I am having to code the conditional ... However when there are no values I get a an error saying ... I am using if statements to perform the necessary conditional formating can ... Me.stat1.ForeColor = vbBlack ... (microsoft.public.access.reports) - Re: Whats the use of %p
... #> What kind of formating can be done with %p in printf ... # There's never any point in printing out a pointer except to debug code. ... (comp.lang.c) |
|