Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Estrange bug with MonthView
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Estrange bug with MonthView
Miscellaneous
Thread ID:
00514392
Message ID:
00514392
Views:
62
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
Next
Reply
Map
View

Click here to load this message in the networking platform