Bring a folder page to the top
To bring a folder page to the top by program:
- If the target folder page has at least one focusable field, use the
NEXT FIELD
instruction to give the focus to one of the active fields of the page.NEXT FIELD first-col
can also be used for example to aTABLE
controlled by aDISPLAY ARRAY
. - If the folder page has no focusable element, use the
ui.Form.ensureFieldVisible()
or theui.Form.ensureElementVisible()
method.
For more details, see Giving the focus to a form element.