Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: LostFocus not fired
Message
De
10/08/2003 10:53:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
BUG: LostFocus not fired
Divers
Thread ID:
00818685
Message ID:
00818685
Vues:
65
Hi

when a active form is released with indirect form destruction
( like CLOSE WINDOW,QUIT,click on Close button,ecc) the event sequence
is incomplete for a container.

Form structure is :
form
   Container
       focusControl ( like textbox )
focus is on focusControl
click on Close:
events:
 focusControl.Valid      && RETURN .F. STOP PROCESS
 focusControl.LostFocus  && BUG 1 : NODEFAULT IS IGNORED
 * Container.LostFocus   && BUG 2 : NOT FIRED
 form.queryUnload
 * form.LostFocus        && BUG 3 : NOT FIRED
 * form.Deactivate       && BUG 4 : NOT FIRED
I try to use Grid ( valid event fired ) on Container ( John Koziol workaround FAQ ID: #7776) , but this bug it has killed my attempt.
Répondre
Fil
Voir

Click here to load this message in the networking platform