Oracle Forms 10g - JRE - Double Click

Hi,

I have an application developed in Oracle Forms 10g.
I have to simulate double click to open a field attached window. The field is non-modifiable. I need to open a window to select the value for the field.

The process works correctly when I execute it with a attended robot.
But if I execute the process with an unattended robot (via Orchestrator), the double click action doesn’t work and the process stops.

Can anyone give me an idea to solve this problem?

Thanks.

Hi @aarenaza
could you try with click image activity

once

Hi @aarenaza

I believe the application is not on Focus , make sure the widow you are trying to click is “on focus”.

Thanks.

Thanks for the idea.
But I have the same problem. It works when the window is shown on the screen. But it doesn’t wouk in the background (with an unatttended robot).
In the background mode, the process waits until I show the window. Then, the process continues properly.
I have tried all the options of the activity but I don’t reach to make it work.
Thanks again.

Thanks,
The window is on focus. I have some fields where I have writen data. This field is a non-ediatable field. I have to click twice on it to open a window where I select the data to assign into the field.

Perhaps, this characteristic of the field can suggest anyone to give me another idea.

Thanks.