Page History
Set the focus to a field on the current screen.
Syntax
SETFOCUS(sControlName);
Parameters
sControlName | Required. String that contains the name of the field that focus is to be set to. |
|---|
Return Value
None
Example
SETFOCUS("utxtSurname");| Note |
|---|
Notes:
|