Forum Discussion

tglazova's avatar
tglazova
New Contributor
7 years ago

How to click on check box in oracle forms

In my tests I need to click on checkbox, but since recent time it have not unique properties like AWTComponentIndex or AWTComponentName. AWTComponentIndex is always null and AWTComponentName is unstable it change when i open form.
Is the any way to click on checkbox?

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi,

     

    If I got you right, the problem is not that there are problems with check-box click, but there is a problem with stable check-box identification. Is my understanding correct? If it is, than you should try to figure out why previously stable identification lost this stability and whether this stability can be restored.
    In the worst case, you will have to consider alternative ways of stable identification. For example: required child controls or even text in the control (like "отметка"), though in the latter case you obviously will have problems with localization of your application and will have to create additional library code to handle this.