Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report margins are changed to the default ones (24,99 mm)

Status
Not open for further replies.

ernigles

Technical User
Joined
Jan 15, 2009
Messages
31
Location
ES
Hi, some times, though In File > Page configuration the margins of the report pages are stablished, when the report is again opened in Preview or printed the margins are the default ones: 24,99 mm.

¿How can this anomalous reconfiguration of the page margins be avoided?

Thanks for any help given.
 
This sounds like the issue that was corrected with recent service packs. Quite often, you can select Tools->Options and uncheck all Name Autocorrect boxes.

Duane
Hook'D on Access
MS Access MVP
 
Thanks dhookom.

I have all these checkboxes already unchecked.
 
You never mentioned anything about saving the report after you make the changes. Try move around a text box or label and then saving the report.

Duane
Hook'D on Access
MS Access MVP
 
dhookom, always i modify the margins to the ones i need i save the report after. I think that is what you refer to.

Thanks.
 
I have found in




a code that works, but only for the Left margin.

What changes would have to be made for setting in that code the four page margins?

I have added

Code:
PM.intLeftMargin = 1134 

PM.intBotMargin = 706
PM.intRightMargin = 1134
PM.intTopMargin = 1134

but the resulting margins aren't the corresponding to these values.

Thanks for any response given.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top