Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Command Index > P > PAUSE > OPTION parameters

Button

Scroll Prev Top Next More

These parameters alter the button within the PAUSE window.  

 

Parameter

Value

Description

BUTTON_COLOR

value

Changes the background color of the button.

BUTTON_FONT_COLOR

value

Changes the font color of the button.

BUTTON_FONT_BOLD

ON

OFF

Specifies if the button font is bold type.

BUTTON_FONT_ITALIC

ON

OFF

Specifies if the button font is italic type.

BUTTON_FONT_NAME

value

Specifies the font name for button text.

BUTTON_FONT_SIZE

value

Specifies the font size (integer value) for button text.

BUTTON_FONT_STRIKEOUT

ON

OFF

Specifies if the button font is strike out type.

BUTTON_FONT_UNDERLINE

ON

OFF

Specifies if the button font is underline type.

BUTTON_WIDTH

value

Specifies the button width in pixels.

BUTTON_HEIGHT

value

Specifies the button height in pixels.

 

-- Example (PAUSE with Custom Button)

PAUSE 2 USING 'You MUST Enter Last Name!' +

CAPTION 'Your Caption Text Here ...' +

ICON INFO +

BUTTON 'Click here to continue ...' +

OPTION BACK_COLOR WHITE +

|MESSAGE_FONT_NAME Tahoma +

|MESSAGE_FONT_COLOR RED +

|MESSAGE_FONT_SIZE 12 +

|BUTTON_COLOR -16777216 +

|BUTTON_FONT_NAME Tahoma +

|BUTTON_FONT_COLOR -16777208 +

|BUTTON_FONT_SIZE 10 +

|BUTTON_FONT_BOLD ON +

|BUTTON_WIDTH 220 +

|BUTTON_HEIGHT 35