Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need Calendar Active X with Today's Date
Message
From
21/03/2000 13:24:00
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00348489
Message ID:
00348503
Views:
17
Hi Evelyn

When I use the standard Msacal70.ocx I just add this code and it always opens to todays date.
If I want a specific date I put a variable instead of DATE()

THISFORM.caldr1.DAY = DAY(DATE())
THISFORM.caldr1.MONTH = MONTH(DATE())
THISFORM.caldr1.YEAR = YEAR(DATE())

HTH
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform