Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

SetBoldDate – PB Docs 125 – PowerBuilder Library

SetBoldDate – PB Docs 125

SetBoldDate PowerScript function

Description

Displays the specified date in bold.

Controls

MonthCalendar control

Syntax

Argument

Description

controlname

The name of the MonthCalendar control
in which you want to clear the bold dates

d

The date to be set in bold

onoff

A boolean specifying whether the date
is to be set to bold. Values are:

  • true – Set
    the date to bold

  • false – Clear the date’s
    bold setting

rt (optional)

A value of the MonthCalRepeatType enumerated
variable. Values are:

  • Once! – Set
    or clear the bold setting for the specified date (default)

  • Monthly! – Using the day portion of the
    specified date, set or clear the bold setting for this day in all
    months

  • Yearly! – Using the day and month portion
    of the specified date, set or clear the bold setting for this date
    in all years

Return Values

Integer. Returns 0 for success and one
of the following negative values for failure:

  • -1

    Invalid arguments

    -2

    Unknown failure

Usage

You can use the SetBoldDate function to
specify that a selected date, such as an anniversary date, displays
in bold. If a specific date has been set to bold, you can clear
the bold setting by passing false as the second
parameter. ClearBoldDates clears all such settings.

Examples

This example sets the date January 5, 2005 to bold
in the control mcVacation:

This example sets the fifth day of every month to
bold in the control mcVacation:

This example sets the date January 5 to bold for
all years in the control mcVacation:

This example clears the bold setting for the fifth
day of every month in the control mcVacation:

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x