Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DTpicker
Message
 
 
À
02/03/2002 05:50:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00627350
Message ID:
00627431
Vues:
10
>I have used DTPicker in my form to select date. I want to use enter key and tab key to go out from control after selecting but its not firing valid event when I am pressing enter key not going focus to another text box. Any idea.

Put this code into KeyDown Event
LPARAMETERS keycode, shift
IF keycode = 13
	KEYBOARD "{Tab}" PLAIN Clear
Endif
How can I make Dtpicker disable/enable on form programatically.
>
>If I am using
>thisform.dtpicker1.enables=.f.
>
>Its giving error property read only.


This should work
Thisform.dtpicker1.Object.enabled = .F.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform