Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Systems Hangs After Printing or previewing a report on H
Message
From
22/08/2002 14:37:11
George Lechintan
Independent consultant
Sebes, Romania
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00692075
Message ID:
00692603
Views:
25
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()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform