Page History
Get the name of the field with focus on the current screen.
Syntax
GETFOCUS();
...
Parameters
None
...
Return Value
sControlName | String that contains the name of the field that has focus. It is "" if no control is found, or if the Control with focus does not have a name. |
|---|
...
...
Example
...
var strValue = GETFOCUS();
...
| Note |
|---|
...
| Note: The field (or other control) name is the name assigned to the field in Newlook Identify. |
...