Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with MSCAL07.OCX
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00127942
Message ID:
00127953
Views:
33
>Can anyone help me with MSCAL07. I need to initialize the calander control with a date, but I don't see any way to do that. I have no problem getting a date picked by a user, but cannot see where I can pass the control a date to default to.
>
>Thanks for any help you can offer.

Set the Month, Day, and Year properties.

oCal.Month=MONTH(DATE())
oCal.Day=DAY(DATE())
oCal.Year=YEAR(DATE())
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform