Page 1 of 1

On focus with back navigation

Posted: March 4th, 2022, 2:21 am
by manishcspro
I have used kill focus function but it does not allow me to go back to previous field.
Is there any solution to use kill focus function along with backward movement in a roster.

Please guide me.

Thanks...

Re: On focus with back navigation

Posted: March 4th, 2022, 4:14 pm
by Gregory Martin
You can definitely use killfocus and move backwards, but I'm guessing that you have a reenter in your killfocus. If so, you won't be able to move backwards. Post your code, or tell us what you are trying to do, and we can help you fix your logic to allow backwards movement.

Re: On focus with back navigation

Posted: March 8th, 2022, 6:09 am
by manishcspro
I have used on focus and kill focus function both but it does not allow me to go back to previous field.
Please suggest me the solution..

Re: On focus with back navigation

Posted: March 8th, 2022, 7:46 am
by Gregory Martin
Again, you will need to post your code or provide more details. It is definitely possible to move backwards with both onfocus/killfocus, so the limitation you are experiencing is something specific to your code.