Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with SetFocus
Message
From
17/01/2000 10:09:12
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00318933
Message ID:
00318958
Views:
20
Hi German,

Try replacing this:
PROCEDURE text1.KeyPress
	LPARAMETERS nKeyCode, nShiftAltCtrl
	If nKeyCode = 13
		If This.Value > 100
			ThisForm.Text2.SetFocus()
		EndIf
	EndIf
ENDPROC
with this:

PROCEDURE combo1.when
return thisform.text1.value <= 100
ENDPROC
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform