Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxtools
Message
De
03/08/2000 17:41:11
Franz Mueller
J. Schuh Ges.m.b.H.
Kirchberg, Autriche
 
 
À
02/08/2000 22:19:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00400193
Message ID:
00400748
Vues:
21
I can confirm this bug. You can resove this with the following few lines

-----> snip <------
*
* don't display the error message "API Call Caused an Exception"
*
DECLARE _fpreset IN MSVCRT20.DLL
_fpreset()

RETRY

-----> snip <------

I have put this code to my errorhandler and since this time, everything is perfect.

Franz


>On occasions my users get an error 2028...
>"API call caused an exception."
>
>It invariable occurs just after a print job, that might switch the default printer, where I call the Foxtools Words() function shortly afterward.
>
>I can work around it by running this code just before the error would normally occur.
>
>
onErr= on('ERROR')
>on error *
>words('abc def')		&& avoid "API Caused an exception" error
>on error &onErr
>
>Once Words() errors it runs fine the next time. Very weird! Has anyone seen this?
>What the heck has Words() got to do with printing??
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform