Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set printer to Name ????????? just quit working?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00664302
Message ID:
00664305
Views:
47
>I have an application that has been working now for weeks. Last night around 12am, all the stations running this app just quit printing to the right printer. I use the standard SET PRINTER TO NAME \\server\printer.
>
>I get different results from each station. One station might printer to the default printer, and other station might print to the printer I used when creating the report.
>
>I have used fox for over 10 years and never have I been as stumped as this. I have worked on this since 10am this morning and I am very tired. If anyone has any suggestions, Please help.

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