Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: LostFocus not fired
Message
From
10/08/2003 10:53:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
BUG: LostFocus not fired
Miscellaneous
Thread ID:
00818685
Message ID:
00818685
Views:
62
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.
Reply
Map
View

Click here to load this message in the networking platform