Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to cancel form's lostfocus event?
Message
De
29/11/1998 10:01:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
How to cancel form's lostfocus event?
Divers
Thread ID:
00162218
Message ID:
00162218
Vues:
59
Hello

I have two forms on the screen and want to cancel lostfocus event in the active form when a given condition returns false.
I tried nodefault keyword, but it doesn't seem to work fine.

This is the code in the lostfocus event:


if ! thisform.any_method()
wait window 'losing focus'
nodefault
endif

When i click on the inactive form, the 'losing focus' message is displayed, the inactive form seems to be the active form because its title bar color is changed. Finnaly this form becomes the active one.

thisform.show() doesn't work either

What am i doing wrong?

Thanks.

Juan Carlos
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform