ClearBoldDates PowerScript function
Description
Clears all bold date settings that had been set with SetBoldDate.
Controls
MonthCalendar control
Syntax
|
1 |
<span>controlname</span>.<span>ClearBoldDates</span> ( ) |
|
Argument |
Description |
|---|---|
|
controlname |
The name of the MonthCalendar control |
Return Values
Integer. Returns 0 for success and -1
for failure.
Usage
You can use the SetBoldDate function to
specify that selected dates, such as holidays, display in bold. ClearBoldDates clears
all such settings. To clear individual bold dates, use the SetBoldDate function
with the onoff parameter set to false.
Examples
This example clears all bold settings in the control monthCalVacations:
|
1 |
integer li_return<br>li_return = monthCalVacation.ClearBoldDates() |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest