Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Command Index > C > CHOOSE > OPTION parameters

Buttons

Scroll Prev Top Next More

These parameters are specific to changing how the CHOOSE buttons are displayed.

 

Parameter

Value

Description

BUTTON_OK_CAPTION

value

Changes the caption for the "OK" button.

BUTTON_CANCEL_CAPTION

value

Changes the caption for the "Cancel" button.

BUTTONS_SHOW_GLYPH

ON

OFF

Places images on the OK and Cancel buttons.

BUTTONS_BACK_COLOR

value

Changes the color of the button area.

BUTTONS_COLOR

value

Changes the color of the buttons.

BUTTONS_HEIGHT

value

Changes the height of the buttons.

BUTTONS_WIDTH

value

Changes the width of the buttons.

BUTTONS_FONT_NAME

value

Changes the font name for the text on the buttons.

BUTTONS_FONT_BOLD

value

Specifies to use the bold style for the for the text on the buttons.

BUTTONS_FONT_ITALIC

ON

OFF

Specifies to use the italic style for the for the text on the buttons.

BUTTONS_FONT_UNDERLINE

ON

OFF

Specifies to use the underline style for the for the text on the buttons.

BUTTONS_FONT_STRIKEOUT

ON

OFF

Specifies to use the strikeout style for the for the text on the buttons.

 

Example (Larger Button):

CHOOSE vCustIDTxt FROM #VALUES FOR +

Company,CustID FROM Customer ORDER BY Company +

CHKBOX 1 TITLE 'Company Name' +

CAPTION 'CHOOSE Buttons' LINES 20 FORMATTED +

OPTION BUTTONS_BACK_COLOR 16185078 +

|BUTTONS_COLOR SILVER +

|BUTTONS_HEIGHT 50+

|BUTTONS_FONT_BOLD ON

 

CHOOSE_LargerButtons