Get the name of the field with focus on the current screen.
GETFOCUS();
None
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. |
|---|
var strValue = GETFOCUS();
| Note: The field (or other control) name is the name assigned to the field in Newlook Identify. |