Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing troubles
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00095952
Message ID:
00096048
Vues:
17
>I am printing some reports from FPW 2.6, and they print fine from my machine. Other users on our network print the same reports, but when they do, any variable in the heading of the report prints out as black ink box. I have tried "send to back/send to front" in modify report, but it does not seem to work. I have also looked at other users' printer drivers, and they appear to be correct. I am using windows 3.1 loaded on my local machine, while the other users are using a network copy of Windows 95.
>
>If you have any ideas on what I should do to rectify this problem, I would greatly appreciate it.

The "black box plague" most commonly occurs with reports that have been ported from FPD. There's a real easy fix:

1. Open the report as a table:
USE MYREPORT.FRX

2. Issue the following from the command window:
REPLACE ALL MODE WITH 1 FOR PLATFORM = "WINDOWS" AND INLIST(OBJTYPE, 5, 8)

3. Close the table

The above will set the mode for all labels and field to transparent.

hth,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform