Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Citrix the problem?
Message
 
 
To
14/05/2002 14:51:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00656400
Message ID:
00656445
Views:
10
>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?
>

Try to remove all printer-specific information from your reports:

1. Open the report as a table with "USE MyReport.frx"
2. Go to the first record
3. Delete the contents of the TAG and TAG2 fields.
REPLACE Tag WITH "", Tag2 WITH ""
4. Remove following driver related lines from EXPR field
DRIVER=
DEVICE=
OUTPUT=
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform