Hi,
My form is based on the find query block.
I am having a QUERY_FIND block and on clicking the find button it will open another window which consist data in three level suppose A,B,C, so for this i have created three block(A,B,C)
I have used a WHEN-BUTTON-PRESSED trigger in find button and the trigger contain three onetime_where condition according to which it will display record in the above three blocks.
On pressing the find button the cursor by default moved to C block (which is the last block)
So when I am trying to close the window the I have to press BOX[X] three times.
On pressing once the cursor is moving from C block to B block, the on pressing second time the cursor is moving from B block to A block and then on pressing third time it is getting closed.
Any suggestion regarding it is highly appreciated.
Thanks