Set Continue Message - GRID SENDMSG() Function 82
For BBj-specific information, see Set Continue Message - GRID SENDMSG() Function 82 BBj.
Syntax
NULL$=SENDMSG(sysgui,id,82,0,msg${,context{,ERR=lineref}})
Description
This function sets the "Continue/Abort" message to be displayed when the grid control does not have a primary key and cannot write a new record.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid control ID. |
82 |
Number of this SENDMSG() function. |
0 |
Always zero. |
msg$ |
Message box title string and message string, each terminated with a linefeed ($0A$) character. |
The return value is a null string.