FORMULA LANGUAGE
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 ]
[CELLROW]
Returns the current row number starting at "1"; returns "0" if a table is not in focus.
[CELLCOLUMN]
Returns the current column number starting at "1"; returns "0" if a table is not in focus.
[TABLENAME]
Returns the table name (Name/Id under the Table Programming tab in Table Properties); returns a null string if a table is not in focus or the table has no name.
tableInfo
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