On focus with back navigation

Discussions about CSEntry
Post Reply
manishcspro
Posts: 67
Joined: June 26th, 2017, 2:15 pm

On focus with back navigation

Post 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...
Gregory Martin
Posts: 1796
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: On focus with back navigation

Post 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.
manishcspro
Posts: 67
Joined: June 26th, 2017, 2:15 pm

Re: On focus with back navigation

Post 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..
Gregory Martin
Posts: 1796
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: On focus with back navigation

Post 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.
Post Reply