OV_MESSAGE_BOX

LANSA Technical

OV_MESSAGE_BOX

Þ Note: Built-In Function Rules

Present a message box.

Note: The user of this Built-In Function is responsible for any impact it has on any application. No warranty of any kind is expressed or implied. Refer to full Disclaimer.

Function No:

998

DLL Required:

U_BIF998.DLL

 

For use with

Visual LANSA for Windows

YES

Visual LANSA for Linux

NO

LANSA for i

NO

 

 

Arguments

No

Type

Req/ Opt

Description

Min Len

Max Len

Min Dec

Max Dec

1

A

Req

Text to display in message.

1

256

 

 

2

A

Opt

Title to display in message box.

Default is the function description

1

40

 

 

3

A

Opt

Button(s) to be enabled.

O   = OK

OC  = OK & CANCEL

C   = OK (CANCEL in OS2 operating system, which is no longer supported)

E   = OK ( ENTER in OS2 operating system, which is  no longer supported)

EC  = OK & CANCEL (ENTER & CANCEL in OS2 operating system, which is no longer supported)

RC  = RETRY & CANCEL

ARI = ABORT, RETRY & IGNORE

YN  = YES & NO

Default is "O"

1

3

 

 

4

A

Opt

Icon to be shown in message box.

B1 = button 1

B2 = button 2

B3 = button 3

Default is "B1"

1

1

 

 

 

 

Return Values

No

Type

Req/ Opt

Description

Min Len

Max Len

Min Dec

Max Dec

1

A

Req

Button that was used by the user

E = ENTER

O = OKAY

C = CANCEL

A = ABORT

R = RETRY

I = IGNORE

Y = YES

N = NO

X = error

1

1