favSetCellEditEnabled

AVVIEWER Subroutine: Enables or disables Cell Editing in the Data View window.

Module: USE AVVIEWER

Syntax

favSetCellEditEnabled (hv, onoroff, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

onoroff
An input argument of type INTEGER(4). If set to 1, Cell Editing is enabled; if set to 0, it is disabled.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

When Cell Editing is enabled, double-clicking on a cell turns the cell into edit mode, so you can edit the cell. When disabled, double-clicking does not turn the cell into edit mode.

See Also

favGetCellEditEnabled