Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datetimepicker
Message
From
17/07/2000 10:37:40
 
 
To
17/07/2000 10:05:31
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00393245
Message ID:
00393281
Views:
14
Hi Richard,

>VFP 6.0 WIN2000PRO What code could be added to the datetimepicker control so that a user can select a date and have it stored to a field in a table? Click Event doesn't seem to support THIS.VALUE ("unknown property member").
>Thanks.

THIS is referencing the OLE Control,which doesnt have a Value property. Use THIS.Object.Value to specify the ActiveX.

FWIW, use the change event instead of the click.

Jon
Previous
Reply
Map
View

Click here to load this message in the networking platform