473,385 Members | 1,582 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Report page setup properties

ARC
I have reports that are designed to where it doesn't matter if the region
using the program uses a letter sized paper or A4 sized. I have the width to
be just slightly over 7", so the reports work with either paper size.

However, in Access 2007, one of my testers in Australia is now getting a
beep from his printer telling him to change paper to letter sized. The
reports worked fine in Access 97, but in 2007, he's getting the printer
prompt.

If I go into design mode on the reports, the only option I can see under
page setup is Paper 1) Size. which I can't really change on the fly (at
least I don't think), and 2) Source. Currently this is set to "Automatically
Select" and the other option is "Auto Sheet Feeder". There's no help on this
screen so I'm unsure if setting all reports to auto sheet feeder will do any
good.

Any ideas?

Thanks!

Andy

P.S. Here's the text of his e-mail, in case it gives more clues: "Windows is
set to A4 size, when I print from the new program it changes the paper size
to Letter and the printer can't find Letter size in its trays, so it beep
and asks for the correct size paper to be fitted. Still works fine from old
IQ its just something about the new one. When I go back in to Printer setup
in windows the default is still A4 but IQ shows it as Letter, not sure
about this one"

Oct 11 '07 #1
4 9469
ARC wrote:
I have reports that are designed to where it doesn't matter if the
region using the program uses a letter sized paper or A4 sized. I have
the width to be just slightly over 7", so the reports work with either
paper size.

However, in Access 2007, one of my testers in Australia is now getting a
beep from his printer telling him to change paper to letter sized. The
reports worked fine in Access 97, but in 2007, he's getting the printer
prompt.

If I go into design mode on the reports, the only option I can see under
page setup is Paper 1) Size. which I can't really change on the fly (at
least I don't think), and 2) Source. Currently this is set to
"Automatically Select" and the other option is "Auto Sheet Feeder".
There's no help on this screen so I'm unsure if setting all reports to
auto sheet feeder will do any good.

Any ideas?
Is there a new print driver for Vista?
>
Thanks!

Andy

P.S. Here's the text of his e-mail, in case it gives more clues:
"Windows is set to A4 size, when I print from the new program it changes
the paper size to Letter and the printer can't find Letter size in its
trays, so it beep and asks for the correct size paper to be fitted.
Still works fine from old IQ its just something about the new one. When
I go back in to Printer setup in windows the default is still A4 but IQ
shows it as Letter, not sure about this one"
Oct 11 '07 #2
ARC
It could be his printer driver. I set my paper size to A4 in the windows
control panel (I have vista), and the form printed without problems.

Very strange... being that he can print fine out of the previous release in
access 97 (he's running both side by side), maybe it's a combination of the
print driver and office 2007?
"Salad" <oi*@vinegar.comwrote in message
news:13*************@corp.supernews.com...
ARC wrote:
>I have reports that are designed to where it doesn't matter if the region
using the program uses a letter sized paper or A4 sized. I have the width
to be just slightly over 7", so the reports work with either paper size.

However, in Access 2007, one of my testers in Australia is now getting a
beep from his printer telling him to change paper to letter sized. The
reports worked fine in Access 97, but in 2007, he's getting the printer
prompt.

If I go into design mode on the reports, the only option I can see under
page setup is Paper 1) Size. which I can't really change on the fly (at
least I don't think), and 2) Source. Currently this is set to
"Automatically Select" and the other option is "Auto Sheet Feeder".
There's no help on this screen so I'm unsure if setting all reports to
auto sheet feeder will do any good.

Any ideas?

Is there a new print driver for Vista?
>>
Thanks!

Andy

P.S. Here's the text of his e-mail, in case it gives more clues: "Windows
is set to A4 size, when I print from the new program it changes the paper
size to Letter and the printer can't find Letter size in its trays, so it
beep and asks for the correct size paper to be fitted. Still works fine
from old IQ its just something about the new one. When I go back in to
Printer setup in windows the default is still A4 but IQ shows it as
Letter, not sure about this one"
Oct 11 '07 #3
ARC
I think I figued the problem. When updating my new version for acc2007, I
got rid of the old method of setting / changes printers by using a printers
module I found on the access web. A few weeks ago, a user posted that, if
you have a newer version of access, you could dump this code, and just use
the application.printer object!

From looking at MS's site, there is one failing with the appliation.printer
object: It won't automatically assume the page settings from the selected
printer! So...so much for totally dumping the old way of doing it, as at
least this inherited the paper size. Here's the MS arcitle. I'm not sure
which way to go now:

http://support.microsoft.com/kb/290293/en-us

They give 2 choices, but I'm dealing with a bunch of reports. So I could use
one of them, or do the 3rd choice of going back to the print module (a royal
pain, as I had to change many areas of code).

I suppose I could just have a on_open function that I put on each of my
hundred or so reports (do'oh!) that runs one of the options in the above
link.

Andy

"Salad" <oi*@vinegar.comwrote in message
news:13*************@corp.supernews.com...
ARC wrote:
>I have reports that are designed to where it doesn't matter if the region
using the program uses a letter sized paper or A4 sized. I have the width
to be just slightly over 7", so the reports work with either paper size.

However, in Access 2007, one of my testers in Australia is now getting a
beep from his printer telling him to change paper to letter sized. The
reports worked fine in Access 97, but in 2007, he's getting the printer
prompt.

If I go into design mode on the reports, the only option I can see under
page setup is Paper 1) Size. which I can't really change on the fly (at
least I don't think), and 2) Source. Currently this is set to
"Automatically Select" and the other option is "Auto Sheet Feeder".
There's no help on this screen so I'm unsure if setting all reports to
auto sheet feeder will do any good.

Any ideas?

Is there a new print driver for Vista?
>>
Thanks!

Andy

P.S. Here's the text of his e-mail, in case it gives more clues: "Windows
is set to A4 size, when I print from the new program it changes the paper
size to Letter and the printer can't find Letter size in its trays, so it
beep and asks for the correct size paper to be fitted. Still works fine
from old IQ its just something about the new one. When I go back in to
Printer setup in windows the default is still A4 but IQ shows it as
Letter, not sure about this one"
Oct 11 '07 #4
ARC wrote:
I think I figued the problem. When updating my new version for acc2007,
I got rid of the old method of setting / changes printers by using a
printers module I found on the access web. A few weeks ago, a user
posted that, if you have a newer version of access, you could dump this
code, and just use the application.printer object!

From looking at MS's site, there is one failing with the
appliation.printer object: It won't automatically assume the page
settings from the selected printer! So...so much for totally dumping the
old way of doing it, as at least this inherited the paper size. Here's
the MS arcitle. I'm not sure which way to go now:

http://support.microsoft.com/kb/290293/en-us

They give 2 choices, but I'm dealing with a bunch of reports. So I could
use one of them, or do the 3rd choice of going back to the print module
(a royal pain, as I had to change many areas of code).

I suppose I could just have a on_open function that I put on each of my
hundred or so reports (do'oh!) that runs one of the options in the above
link.
If you need to do that...look at the module object. Look at the Find
method as well as InsertText and InsertLines methods and of course the
code examples. See if the report has a module. If not, you might need
to set the HasModule to true. Then look for the OnOpen event of the
report. If if doesn't exist, create one with the code you want. If it
does exist, the code to write the lines. That might be quicker than
going into each report and updating.
>
Andy

"Salad" <oi*@vinegar.comwrote in message
news:13*************@corp.supernews.com...
>ARC wrote:
>>I have reports that are designed to where it doesn't matter if the
region using the program uses a letter sized paper or A4 sized. I
have the width to be just slightly over 7", so the reports work with
either paper size.

However, in Access 2007, one of my testers in Australia is now
getting a beep from his printer telling him to change paper to letter
sized. The reports worked fine in Access 97, but in 2007, he's
getting the printer prompt.

If I go into design mode on the reports, the only option I can see
under page setup is Paper 1) Size. which I can't really change on the
fly (at least I don't think), and 2) Source. Currently this is set to
"Automatically Select" and the other option is "Auto Sheet Feeder".
There's no help on this screen so I'm unsure if setting all reports
to auto sheet feeder will do any good.

Any ideas?


Is there a new print driver for Vista?
>>>
Thanks!

Andy

P.S. Here's the text of his e-mail, in case it gives more clues:
"Windows is set to A4 size, when I print from the new program it
changes the paper size to Letter and the printer can't find Letter
size in its trays, so it beep and asks for the correct size paper to
be fitted. Still works fine from old IQ its just something about the
new one. When I go back in to Printer setup in windows the default is
still A4 but IQ shows it as Letter, not sure about this one"
Oct 11 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Shiz | last post by:
I currently have a Form with Option buttons (to give you the option of sorting by name, or by Field, etc), these are referenced in a module which then formats the report contingent on the option...
15
by: Mark C | last post by:
All, I have exhaustingly been looking through the newsgroups in search of a way to systemically output an Access 97 report to a pdf file using the full version of Adobe Acrobat. I want the user...
6
by: Mike Conklin | last post by:
This one really has me going. Probably something silly. I'm using dcount for a report to determine the number of different types of tests proctored in a semester. My report is based on a...
5
by: bcanavan | last post by:
When I export xml(and xls) from Access 2003 the result is a complete report in a single page. I would like to get the entire report in a single page (one trip to the server) for printing and...
0
by: Henry | last post by:
I have written an ASP/VB.Net application via VS 2003 (Crystal V9) that uses MS Access 2000 as its database. I can export reports that have no linked sub reports for printing. However, I'm unable...
7
by: steve | last post by:
Hi All I need to change text in a Report Viewer document at runtime It is just the heading I want to change to match what the user has chosen as the Report to view How do I access the...
7
by: steve | last post by:
Hi All I have created rdlc files and when I load them into Report Viewer at run time they appear OK If I click on 'Print layout' button on Report Viewer the view again appears acceptable ...
1
by: Daniele | last post by:
I have to create a report, that contains in the section body a list of record. For every record it has to appear an incremental additional field that begins from One; when he reaches the record...
3
by: creative1 | last post by:
Here is how you create a complex data report that involves parent and child commands and you can update information at runtime. Its pretty straight forward to work with simple queries; however,...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.