Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MonthView control
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00987963
Message ID:
00987996
Views:
45
with the monthview control is there a way to set different background color for different days?

About the closest you can get to doing what you want to is to display the selected days in Bold like so:
Thisform.oMonthView.Object.DayBold( '12-25-2005' ) = .T.
Thisform.oMonthView.Object.DayBold( '12-30-2005' ) = .T.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform