Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DTpicker
Message
 
 
To
02/03/2002 05:50:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00627350
Message ID:
00627431
Views:
12
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform