Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Known issues with XP
Message
From
11/09/2002 21:36:28
 
 
To
11/09/2002 20:38:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00698109
Message ID:
00699606
Views:
23
Not sure if you saw THREAD#693377
Problem:
With VFP 5 my new laser printer generated "Illegal operation" which crashed the system and this is how I fixed the problem following the suggestions from UT:

1. Cleaned Tag, Tag2 fields of all reports (first line in .frx)
2. Cleaned EXPR field - left only ORIENTATION (first line in .frx)

That didn't fix the problem so I went further:

3.In the main program:
DECLARE _fpreset IN MSVCRT20

4.After each REPORT FORM... I issued a =_fpreset() statement
REPORT FORM...
=_fpreset()

NOW it no longer crushing the system. So I offer this as a solution for this kind of problem.

BUT this generated another problem:
If I print the same report twice in this sequence
REPORT FORM *
=_fpreset()
REPORT FORM *
=_fpreset()

...it sometimes prints one copy in Landscape format even if the report is Portrait...100% puzzled...
Reply:
Do you've SP3 installed?
Response
No. I don't.
Where can I find the last SP for VFP 5 ?
Reply:
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs97/default.asp



HTH

Ric
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform