Set Edit Mask - GRID SENDMSG() Function 79

Syntax

TF$=SENDMSG(sysgui,id,79,column,mask${,context{,ERR=lineref}})

Description

For BBj-specific documentation, see Set Edit Mask - GRID SENDMSG() Function 79 BBj.

This function sets the edit mask for the specified column.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

79

Number of this SENDMSG() function.

column

Column number (zero-based).

mask$

Edit mask, which must follow INPUTE control mask conventions.

The return value is a one-byte string that indicates the success or failure of an operation; $01$ indicates success; $00$ indicates failure.

See Also

BBjStandardGrid::setCellMask