Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form controls sometimes invisible
Message
 
À
06/07/2009 12:19:22
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01409187
Message ID:
01410354
Vues:
76
Hi Gary,

right now my current hypothesis of what's going on is: When VFP paints the controls something causes an exception jumping back to some outermost exception handler. Basically, VFP would stop painting. To verify this hypothesis, you could let your application run in the Visual Studio debugger and before doing so enable all exceptions on the Debug > Exceptions dialog checking the "thrown" column.

It might be a division by zero exception. In this case, you could try to add the following code to the Init, Activate and Paint event (and maybe some more places):
Declare _fpreset in msvcr71.dll
_fpreset()
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform