Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PDF Writer keeps crashing the system
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00452115
Message ID:
00452718
Vues:
25
>I found that if i make back to back calls to dump reports to the PDF driver i would get the blue screen of death. Was using WWPDF and Acrobat driver.
>
>I dont remember the exact syntax, but if i was to run two or more REPORT FORM commands back to back thru the driver, i would get the problem. I think it is a timing issue w/ the way PDF files are created and the way it creates temp files and then renames them. The second REPORT FORM was not letting the first one finish its thing.

This sounds like the error often encountered with HP printer drivers; try adding the following code after each REPORT FORM:

DECLARE _fpreset in MSVCRT && only needed once
=_fpreset()

This resets the state of the FPU and MMX register - some printer drivers do not clean up after themselves, leaving the FPU in an unstable state. This clears the FPU. You should call this after every printer operation.

VFP SP6 addresses this itself.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform