Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HELP! HP 8000 printers VS vfp application
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00391202
Message ID:
00391257
Vues:
11
>The error message is:
>The computer cause a general faillure in mudule HPBFDB3.DRV
>

You're using an HP-delivered version of the HP8000 driver which leaves the FPU in an invalid state after calling teh driver, and VFP smokes on this. Try upgrading the printer driver, upgrading VFP to at least VFP6 SP3, or using the call to _fpreset() after every single call to the printer driver as a workaround, as follows:

DECLARE _fpreset IN MSVCRT20
=_fpreset() && this line must occur after every call that might talk to the printer


>French version:
>PC a causé une défaillance de protection générale
>dans le module HPBFDB3.DRV
>
>All other program as Word, Excel and the Print Test Page works fine. Only VFP app doesn't woks ???
>Tips: In my vfp app, I call the module GETPRINTER() to let user select a printer.
>Thanks
>
>
>>What was the error message?
>>
>>>HI
>>>Do someone using a hp8000 series with vfp application.
>>>I got an error message from it's driver and cannot print any vfp application?
>>>Regards
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