Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error Loading Print Driver
Message
 
 
À
18/07/2005 12:10:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
01033561
Message ID:
01033601
Vues:
17
>Hi All,
>
>I have a client that installed an ID card printer on their machine. They configured a report that should print to this printer. We use QueryMaker as their report maker. When they say print to printer, This error comes up. If they go into preview first and try to print from there, the same thing happens. But if I try to print a report to that printer from just vfp, I have no problem.
>
>Does anyone have an idea on how to resovle this??
>
>TIA
>Beth

Beth,

I think I had similar problem a while ago with report to PDF. This was my attempt to overcome this issue:
set printer to default && restore default settings for the printer first
declare _fpreset in msvcrt20.dll
=_fpreset()
declare integer Sleep in Win32API integer
Sleep(100) && Wait a little
Try and see, if the problem goes away.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform