You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.
 

  • No labels