Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NEED HELP: VALID event is not fired using mouse
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
NEED HELP: VALID event is not fired using mouse
Divers
Thread ID:
00518878
Message ID:
00518878
Vues:
52
Hi all,

I need to know why the Valid event isn't fired when I change the focus to another control Using the mouse.

Please help me.

Thanks in advance!!!

Here is the VALID EVENT code:
If DoDefault()
	If Lastkey() <> 27
		If Seek( This.Value, "lookuptable", "indexkey" )
			Thisform.txtName.Value = lookuptable.Name
		Else
			Local lcName
			lcName = ""
			Do Form CreateNewLookUpEntry With This.value To lcName
			If Empty(lcName)
				Return .F.
			Else
				Thisform.txtName.Value = lcName
			EndIf
		EndIf
	EndIf
	Return .T.
Else
	Return .F.
EndIf
Lic. Esteban Bruno
Gerente de Sistemas
TASSO S.R.L.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform