Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Business Object Builder
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Business Object Builder
Divers
Thread ID:
00291231
Message ID:
00291231
Vues:
74
I found a small bug in the builder. After editing a cursor and closing the builder, I found the mousepointer remained an hourglass. I resolved it temporarily by putting the following code in the destroy event of the ccursoreditform in the cBuilder class library:

<\pre>
ThisForm.oCursor = .NULL.
_SCREEN.MOUSEPOINTER = 0
DODEFAULT()
<\pre>
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform