Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Loading Print Driver
Message
 
 
To
18/07/2005 12:10:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01033561
Message ID:
01033601
Views:
18
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform