Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calendar Control 8.0
Message
De
05/02/1999 13:40:23
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonésie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00184100
Message ID:
00184452
Vues:
22
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform