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 FIELDinstruction to give the focus to one of the active fields of the page.NEXT FIELD first-colcan also be used for example to aTABLEcontrolled 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.