Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal error
Message
 
 
To
21/09/2002 17:03:36
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00703108
Message ID:
00703109
Views:
20
Try to remove printer related info from the report.
- Open the report as a table with "USE MyReport.frx"
- Go to the first record
- Delete the contents of the TAG and TAG2 fields.
REPLACE Tag WITH "", Tag2 WITH ""
- Remove following driver related lines from EXPR field
DRIVER=
DEVICE=
OUTPUT=
You can automated that process as shown in HOWTO: Clear Report TAG, TAG2, and EXPR Fields Using .pjx Hooks mskb #Q257624 and Clearing values in EXPR, TAG, TAG2 Thread #672346.
The other thing to try, upgrade printer driver or use one that came with Windows.

>I have many problems printing and print preview reports with VFP 7.0.
>
>When I use REPORT FORM MYREPORT PREVIEW or REPORT FROM MYREPORT TO PRINTER, my app show fatal error exc....
>
>I use service pack 1.0 and the problem continue.
>
>How solve this fatal error?
>
>Thank
>
>Mario Jacas
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform