Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Estrange bug with MonthView
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Estrange bug with MonthView
Divers
Thread ID:
00514392
Message ID:
00514392
Vues:
63
I designed a Scheduler on a form. On my calendar control I show some days with bold fonts. I use the next lines of codes (Init Event):

FOR i = 1 TO 42
SEEK CTOD(SUBSTR(TTOC(Thisform.Olecalendar.Object.Visibledays(i)),1,10))
IF FOUND()
Thisform.OleCalendar.Object.DayBold(ttoc(Thisform.OleCalendar.Object(i))) = .t.
ENDIF

ENDFOR

This work fine, but when I change the month and back again this does not work.

Thanks
Dominican Republic, a Paradise in America
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform