with monthview
.daybold(monthview1.VisibleDays(1)) = .t.
endwith
VisibleDays is the property that it needs to determine the corrrect. VisibleDays is an array that holds the visible days and can be from 1 to 42. as you move from month to month the information in this property is not preserved. Attitude is Everything
Hello.
- For see the dayBold() propertie you must load the control
from VBasic and use te Object Viewer.
- I I have already read in the documentation that limits of daybold() is already 42, but when I show a whole year, I can point to positions of up to 300 and more.
I can do this:
with monthview
.daybold(monthview1.VisibleDays(i)) = .t.
endwith
I am using the code: thisform.calendar.DayBold(thisform.calendar.VisibleDays(10)) = .t., and I get the error "Function argument value, type, or count is invalid"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.