Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show Contents List

...

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();
  
Notes
The field (or other control) name is the name assigned to the field in Newlook Identify.
 
Show Contents List