Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unwanted Transparent Forms
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00676036
Message ID:
00676207
Vues:
17
Eric,

I don't know why it behaves as you describe, it shouldn't because the fomr does not actually exist until its Init finishes and the listbox Init fires before the form's init even starts.

Here is what I would try before the gotfocus, in the form's load do;
Thisform.LockScreen = .T.
Do the population in the List's Init then in the fomr's Init as the very last line put;
Thisform.LockScreen = .F.
And see if that eliminates the problem.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform