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 toolbar buttons and field formulas when the document is in edit mode. It only works in a document that is in read mode if text or an object is selected in a table.

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