Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX Calendar
Message
 
To
05/05/2000 13:34:50
Tom Gahagan
Alliance Computer Solutions
Thomaston, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00366351
Message ID:
00366731
Views:
13
If you use the DateTimePicker control put this in CloseUp :
thisform.currentTime.value=time(this.object.value)

If you use the calendar control put this in Afterupdate:
thisform.currentTime.value=time(this.object.value)

Both controls have a value property of type datetime.

dz
Doru
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform