Go to Field after Input

Phillip

Member
Does anyone know how to make an app in app builder go to a field? For example, after someone hits a submit button in my app, I want it to return their cursor to the first field rather than making them hit tab multiple times.

Thank you in advance.
 
Usually you would code apply 'entry' to yourField. You can also define the tab-order in the frame properties to tweak it according to your requirements.

Heavy Regards, RealHeavyDude.
 
I had some similar sort of issue, when asked i got the below reply and it worked for me. Might be it will resolve your issue also...

"APPLY 'ENTRY' TO FieldName."
 
Back
Top