Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set printer to in NT4W ?
Message
From
08/12/1999 18:26:22
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00300640
Message ID:
00300669
Views:
13
Try setting the printer you want to use in an array.
something like this:

Dimension aselprinter(1,2)
aselprinter(1,2)= clocalprinter && the local printername

If ASCAN(alistprinters,sys_orderprinter)>0 && local printer available?
Set PRINTER TO NAME aselprinter(1,2)
Else
=MESSAGEBOX('No local printer',16,"Printengine")
Endif


it works for me!
Previous
Reply
Map
View

Click here to load this message in the networking platform