FORMULA LANGUAGE


@GetFocusTable
Example

Returns the name, current row, or current column of the table that is in focus.

Note This @function is new with Release 6.

Syntax

@GetFocusTable ( [ tableInfoRequest ] )

Parameters

[ tableInfoRequest ]


Return value

tableInfo


Usage

This @function works in the OnHelp event of a form. It is triggered by selecting Help - Context Help from the menu bar or pressing F1 when:


When focus is in the tab of a tabbed table, [CELLCOLUMN] always returns zero.

You cannot use this @function in Web applications.

Example
See Also