Set Grid Editable - GRID SENDMSG() Function 108

Syntax

TF$=sendmsg(sysgui,id,108,edit,$${,context{,ERR=lineref}})

Description

This function sets the main grid to editable or not editable. If the cell style is either InputE, InputN or Text field, then the ability for the user to edit the text in the cell will be set. If the cell style is either Checkbox or Button, then the ability for the user to toggle the state (checked/unchecked) of the cell will be set.

Parameter

Description

sysgui

SYSGYUI channel.

id

Grid control ID.

108

Number of this SENDMSG() function.

edit

edit = 0 means not editable.

edit = 1 means editable.

$$

Always Null.