.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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