Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Lostfocus event of VFP screen, does it?
Message
De
26/01/2003 23:57:17
 
 
À
24/01/2003 15:46:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00744598
Message ID:
00745620
Vues:
55
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform