Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Known issues with XP
Message
De
11/09/2002 21:36:28
 
 
À
11/09/2002 20:38:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00698109
Message ID:
00699606
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform