How to set focus on screen re-display.

About This Space

A Rich Display File application that stored the focus in a hidden field and uses that field to apply focus when the screen is re-drawn.


Last updated on December 29, 2021

Forked from: /klaw/how-to-set-focus-on-screen-re-display./

Public Permissions:   View   Open/Fork   Run   Comment  

This example shows how to set the focus on the screen from the client side logic when the screen needs to be redrawn.

The 2 key features are the 3 buttons labled 'click me' which have on click events to set a value to a hidden textbox and then uses pui.click() to submit the screen.

The next part happens in the onload event for the record format where it reads the value from the hidden textbox and uses that value to apply focus on the screen.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post