Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Lostfocus event of VFP screen, does it?
Message
From
26/01/2003 23:57:17
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00744598
Message ID:
00745620
Views:
48
I tryed a program with code below. and I did not see effect when I jumped to another applications as MS Word.


&&main program
CLEAR MEMORY
oScreenMethods = CREATEOBJECT("sm")
DO FORM tam && testform
READ EVENTS
***********************
PROCEDURE screenmethods.prg &&include in the main program
DEFINE CLASS sm AS CUSTOM
sm = _SCREEN
FUNCTION sm.LOSTFOCUS
WAIT WINDOW "LostFocus"
ENDFUNC

FUNCTION sm.GOTFOCUS
WAIT WINDOW "GotFocus"
ENDFUNC
ENDDEFINE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform