Box lines missing in report (1 Viewer)

estelleh

Member
Local time
Today, 08:15
Joined
Jul 16, 2021
Messages
56
Good afternoon,

I created a system in Access 2016 which my client has been successfully running for some time now. Her machine has Access 365, but when I install on her machine I remove all Access functionality and it has been 100%.

As of today, no box borders are showing on any reports or PDFs. I have checked on the client's machine - anything printed or emailed yesterday is perfect, anything printed or emailed today - boxes have no outline. I assume something changed on the client's machine overnight, but I have no clue where to start looking.

This is a PDF created on 01 Aug:


Order 27989 01 Aug.JPG


This is the same PDF created on 02 August

Order 27989 02 Aug.JPG

My print command is as follows:

Code:
DoCmd.OpenReport "rptOrder", acViewPreview, "", "", acNormal

My PDF command is as follows:

Code:
DoCmd.OpenReport "rptOrder", acViewPreview, "", "", acNormal
    DoCmd.OutputTo acOutputReport, "rptOrder", acFormatPDF, strJobName, False, "", , acExportQualityPrint

Any ideas? 🙀
 

Ranman256

Well-known member
Local time
Today, 02:15
Joined
Apr 9, 2015
Messages
4,339
try darkening the box border color
it could be set to transparent.
 

Gasman

Enthusiastic Amateur
Local time
Today, 06:15
Joined
Sep 21, 2011
Messages
14,048
Well cheekybuddha's link looks like the cause?
 

Users who are viewing this thread

Top Bottom