Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some FP2.6 Report Fields print black when run in Windows
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00055730
Message ID:
00055749
Views:
25
>A report developed in FoxPro 2.6 for Windows Prints black rectangles instead of text when run in Windows NT.
>This does not occur in Win 95 or Windows 3.1. Does anyone know a fix or where to start?
>I've change to the latest print driver.
>I've reassigned all the fonts to truetype in Windows NTuseing FP2.6 report writer. No Luck.
>
>Does anyone know what this NT problem is.
>
>When I pull up the report in report writer 2.6 it does not show the current font, only a list of fonts to choose from.
>
>
>Thanks
>Keith Hartman

Keith,

It sounds like you've got some reports which began life as DOS reports. The problem is that the converter assigns Opaque as the default mode. The problem appears sometimes and sometimes doesn't depending on the printer the report is being driven to. Here's the quickest solution I know of:

Open the report as a table using something like:

USE MYREPORT.FRX

Then issue the following command:

REPLACE ALL MODE WITH 1 FOR INLIST(objtype, 5, 8) AND platform = 'WINDOWS'

Then close the report.

The replace command will change the mode on a labels and fields to Transparent.

HTH,

George
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform