Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calendar Control 8.0
Message
From
05/02/1999 13:40:23
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00184100
Message ID:
00184452
Views:
23
MS Calendar Control use day,month and year properties values, so if you want the calendar value you can use this on calendar.click() event

CTOD(ALLT(STR(THIS.DAY))+'/'+ALLT(STR(THIS.MONTH))+'/'+ALLT(STR(THIS.YEAR)))

OR

to make this calendar shows some date,
LOCAL nDate
nDate={05/02/99}
thisform.calendar.DAY=INT(DAY(nDate))
thisform.calendar.MONTH=INT(MONTH(nDate))
thisform.calendar.YEAR=INT(YEAR(nDate))

HTH
Senna Dwipayana
Being good is better
Being better is a bless
Previous
Reply
Map
View

Click here to load this message in the networking platform