D
Derek Brown
Hi all
Can't save report page setup in MDE.
The idea was that users of my app would be able to use there own
letterheaded paper when printing letters to customers. But Letterheads
require repositioning of controls. I was planning to use margin settings but
when you change page setup in MDB files and close the form the new printer
page setup is saved. They are not saved in MDE files. So the user would have
to reset them every time a print was needed. I need a solution obviously had
a good browse on Google with no result. Any Help, ideas.
Would the only solution be:
to produce a form that sets the position of the
controls on the report in the on format property of the report. I.e.
ControlA.Top = Forms!PageSetupForm!Top
ControlA.Left = Forms!PageSetupForm!Left
Can't save report page setup in MDE.
The idea was that users of my app would be able to use there own
letterheaded paper when printing letters to customers. But Letterheads
require repositioning of controls. I was planning to use margin settings but
when you change page setup in MDB files and close the form the new printer
page setup is saved. They are not saved in MDE files. So the user would have
to reset them every time a print was needed. I need a solution obviously had
a good browse on Google with no result. Any Help, ideas.
Would the only solution be:
to produce a form that sets the position of the
controls on the report in the on format property of the report. I.e.
ControlA.Top = Forms!PageSetupForm!Top
ControlA.Left = Forms!PageSetupForm!Left