473,394 Members | 1,843 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,394 software developers and data experts.

Colours On Report Not Printing

I'm reasonably sure that this issue isn't related to the database as
such. I have an Access 2003 report with a couple of coloured logos on
it that was printing fine, but now the logos only print in black and
white.

They display OK on screen and other coloured documents from MS Word
etc can be printed OK to the printer in question. If the report is
first pdf'd and then sent to the printer the logos print in colour as
they should.

Are there any issues that are not obvious that could be causing this?

May 4 '07 #1
3 2158
Hi,
I'm reasonably sure that this issue isn't related to the database as
such. I have an Access 2003 report with a couple of coloured logos on
it that was printing fine, but now the logos only print in black and
white.

They display OK on screen and other coloured documents from MS Word
etc can be printed OK to the printer in question. If the report is
first pdf'd and then sent to the printer the logos print in colour as
they should.
You could try to set the Colormode of your report ( On Open ) :
Reports(Me.Name).Printer.ColorMode = acPRCMColor

An other solution could be to export your report to a text file as follows :

Application.SaveAsText acReport, "ReportName", "PathAndFilename.txt"

In that text file you delete the following sections :

PrtMip
PrtDevMode
PrtDevNames

After doing that, you can re-import your report as follows :

Application.LoadFromText acReport, "ReportName", "c:\exp.txt"

Please be aware, that some page settings ( i.e. margins ) could be lost, so
that it's recommended only to use a copy of your report.

Regards
Jens
May 4 '07 #2
Thanks, I'll give it a try.

May 4 '07 #3
Increase the Resolution(Quality) setting in your printer Driver.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Wayne" <cq*******@volcanomail.comwrote in message
news:11*********************@u30g2000hsc.googlegro ups.com...
I'm reasonably sure that this issue isn't related to the database as
such. I have an Access 2003 report with a couple of coloured logos on
it that was printing fine, but now the logos only print in black and
white.

They display OK on screen and other coloured documents from MS Word
etc can be printed OK to the printer in question. If the report is
first pdf'd and then sent to the printer the logos print in colour as
they should.

Are there any issues that are not obvious that could be causing this?

May 4 '07 #4

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

Similar topics

4
by: Els | last post by:
Hi, I would like an opinion on the following: I have a page which is made up of background-images with transparent linked images in front of it, which on hover show text in CSS popups. Due to...
1
by: Kaos99 | last post by:
Is there anyway of colour coding values in a report for given criteria and then exporting this formating into an Excel spreadsheet. What I have is a table full of details that are being changed...
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...
1
by: steven | last post by:
I am creating some financial reports in Access 2000, and I am having problem that I can't resolve. The report sorts information first by vendor, then by budget line number. It generates the...
4
by: Tim Marshall | last post by:
The report indicated in the send object command below has various colours in it which show nicely when the report is previewed and printed. However, when sent as an attachment to users without...
13
by: salad | last post by:
Hi Guys: I was stuck. I needed to send a report to a file. My beautiful report(s) in Access were going to require loss of formatting with RTFs, a PITA in WordMailMerge, sending it as a text...
0
by: John Smith | last post by:
Hello, I have 7 different crystal reports that need to be collated. Since I want to end up with a page of each (which all together make a single report), I created a blank main report and then...
0
by: =?Utf-8?B?amRzdGVudG8=?= | last post by:
(I apologize if this is a repeat. I was told to post under the managed news group. I'm a little confused, but...) I'm running SRS 2000 with SP2 and I'm using IE 6.0 with SP2 (and IE 7.0) to...
1
by: MartinaN | last post by:
Hello, I have a MS Access 2000 question. I created a main report that consists of different subreports in the Detail section. I have a couple of queries that create tables for certain cities (the...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.