Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Command Index > P > PAUSE > OPTION parameters

Message

Scroll Prev Top Next More

These parameters alter the text message within the PAUSE window.  

 

Parameter

Value

Description

MESSAGE_COLOR

value

Changes the color of the message text.

MESSAGE_FONT_COLOR

value

Changes the font color of message text.

MESSAGE_FONT_NAME

value

Specifies a font name for the message text. Values would consist of the fonts available on the computer.

MESSAGE_FONT_SIZE

value

Specifies the font size (integer value) of the message text.

MESSAGE_FONT_BOLD

ON

OFF

Specifies if the message font is bold type.

MESSAGE_FONT_ITALIC

ON

OFF

Specifies if the message font is italic type.

MESSAGE_FONT_UNDERLINE

ON

OFF

Specifies if the message font is underline type.

MESSAGE_FONT_STRIKEOUT

ON

OFF

Specifies if the message font is strikeout type.

MESSAGE_SHOW_ACCELERATOR_CHAR

ON

OFF

Specifies if the message displays the accelerator character. The default value is ON.

 

-- Example (PAUSE with accelerator character OFF)

PAUSE 2 USING +

'The order is complete Fenwick & Sons Glass.' +

CAPTION 'New Sales Order' ICON INFO +

OPTION BACK_COLOR WHITE +

|MESSAGE_FONT_NAME Tahoma +

|MESSAGE_FONT_COLOR RED +

|MESSAGE_FONT_SIZE 11 +

|BUTTON_COLOR WHITE +

|BUTTON_FONT_COLOR GREEN +

|MESSAGE_SHOW_ACCELERATOR_CHAR OFF