Goto Column - GRID SENDMSG() Function 47

Syntax

COLUMN$=SENDMSG(sysgui,id,47,column,$${,context{,ERR=lineref}})

Description

This function sets the column specified in column as the current column. Normally this function should not be used if row highlighting is enabled.

Parameter

Description

sysgui

SYSGUI channel.

id

Grid control ID.

47

Number of this SENDMSG() function.

column

Column number. (Column numbering is zero-based). If the column exists and is not currently visible, it is scrolled into view.

$$

Always null.

The return value is a binary representation and is determined by the following conditions:

Use DEC(COLUMN$) to retrieve the numeric value.

See Also

Set Cell/Row Highlight - Grid SENDMSG() Function 49

BBjGrid::setSelectedColumn