Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Citrix the problem?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00656400
Message ID:
00658376
Views:
15
>I am currently developing an application on a NT/Citrix server. I am having a problem forcing certain reportd to ALWAYS print to certain printers by default. In other words, we have a card that prints to one of the network printers with the special card stock in it, but if the user's default printer is set to something else, it always goes to the default printer. Consequently, I've had to use 'report for ... to print prompt' every time, which the client hates.
>I've had this problem before on a different Citrix network. Is there a way around this?
>
>Thanks,
>Larry Morelli


I'm not sure if I clearly understand what you are asking, but how about:

SET PRINTER TO [PrinterNameWithCardStock]
REPORT FORM ....
SET PRINTER TO

In our application, we allow the user to pre-select and store a default printer for certain jobs (i.e. Checks, Invoices, etc). Normal reports default to the Windows Default Printer.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform