Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't load printer driver
Message
De
15/03/2000 13:46:14
Joe Sandoval
Healthcare Computer Corporation
Greensboro, Caroline du Nord, États-Unis
 
 
À
15/03/2000 10:39:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00345862
Message ID:
00345996
Vues:
13
Hi Tyler,

I think I've experienced kind of the same thing. The report designer doesn't allow routing of output at runtime. If you temporarily make the label printer your default printer, you should get output from the laser printer. To route output to a selected printer at runtime, you have to hack into the report's frx.
Here's how:

USE the frx just like a table. BROWSE it.

The first record directs the output.

The field "Expr" contains the DEVICE= and the OUTPUT=. Read those values into variables. Replace the values with the values for the printer that you want. DEVICE= is the Windows printer name. OUTPUT= is the port if connected locally or the network path if on a network.

Find the old value for DEVICE= and OUTPUT= in the field Tag and insert the new values in those same positions.

Find the old value for DEVICE= in the field Tag2 and insert the new value in the same position.

As for the cannot load printer driver error. Try to print a test page from that printer. If you can't. The printer driver got messed up.

Good Luck,

Joe
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform