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 the OnHelp event of a form. It is triggered by selecting Help - Context Help from the menu bar or pressing F1 when:
You cannot use this @function in Web applications.
Example See Also