Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
695
How to change input focus to specific cell?
posted

Need some guidance here.

 

Program requirements: -

1. When "Bool Col" checkbox is tick and user click at "String Col", set "Int Col" value to 999.

2. When "Bool Col" checkbox is untick and user click at "String Col", set "Int Col" value to 0 and need the input focus change from "String Col" to "Int Col" to enforce user enter value more than 0.

 

Problem facing now at 2nd requirement: -

1. The "Int Col" value can be set to 0 but input focus cannot be change from "String Col" to "Int Col"

2. Cannot enforce user enter value more than 0.

 

Attached is sample application to demo my problem.