Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NEED HELP: VALID event is not fired using mouse
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
NEED HELP: VALID event is not fired using mouse
Miscellaneous
Thread ID:
00518878
Message ID:
00518878
Views:
51
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.
Next
Reply
Map
View

Click here to load this message in the networking platform