Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Systems Hangs After Printing or previewing a report on H
Message
 
To
21/08/2002 13:08:58
Devrishi Bhogra
Escorts Claas Limited
Faridabad, India
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00692075
Message ID:
00692083
Views:
23
Devrishi,

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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform