Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with SetFocus
Message
De
17/01/2000 10:09:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00318933
Message ID:
00318958
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform