Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Loading Printer Driver
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Error Loading Printer Driver
Miscellaneous
Thread ID:
00904833
Message ID:
00904833
Views:
52
Hi,

What could be the reason of this error on report form command

Error Loading Printer Driver!

The first report ok, but the second time around I will get the above error.
The printer is a networked printer, and this is my first time to received this error on a network printer. Under the windows printers, the printer is online and it has paper. Did I miss a code below?

I have this code on my Click event of a command button.

SYS(13)= 'OFFLINE' && I USED ALSO THIS TO CHECK PRINTER STATUS
SET TALK OFF
 SET CONSOLE OFF
 IF PRINTSTATUS()
    IF lAdvice
       Report Form receipt preview
    ELSE
       Report form receipt1 preview
    Endif
 Else
    Messagebox("Make Sure Printer is online and has enough paper!",0+64,"",1900)
 ENDIF
Any one has encountered this problem? And how to address this error?

Thanks..
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Next
Reply
Map
View

Click here to load this message in the networking platform