Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Systems Hangs After Printing or previewing a report on H
Message
De
22/08/2002 14:37:11
George Lechintan
Independent consultant
Sebes, Roumanie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00692075
Message ID:
00692603
Vues:
19
Rich,

You suggested this solution for a printing problem:

-------------
If you are using VFP6 you need to issue an _FPRESET() call after printing or previewing the report.

DECLARE _fpreset IN MSVCRT20
REPORT FORM *
=_fpreset()

This should solve the problem for VFP 6. This resets the Floating Point Processor which was not always reset in some printer drivers.
--------------

If I issue 2 consecutive(and identical) REPORT FORM...commands, do I have to do the above for each or can I do this ?

DECLARE _fpreset IN MSVCRT20
REPORT FORM *
REPORT FORM *
=_fpreset()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform