Toolbar menu [message #402399] |
Sat, 09 May 2009 21:45 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
dsora
Messages: 24 Registered: May 2009
|
Junior Member |
|
|
Hi,
To create toolbar menu I have created a horizontal toolbar canvas and a control block. I have kept three buttons in the control block. One for execute query, another for enter query and last one for cancel query.
For each button I have created when-button-pressed trigger and written code (viz: in execute query -- go_block(<block name>); do_key(execute_query).
When I press on execute query button its working fine.
But when I press on enter query and then execute query button, execute query is not performed.
Can anyone please help me in this issue.
|
|
|
|
Re: Toolbar menu [message #402551 is a reply to message #402433] |
Mon, 11 May 2009 07:55 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
dsora
Messages: 24 Registered: May 2009
|
Junior Member |
|
|
Thank you for your kind response.
I solved my problem.
I was practicing form, so I want to create application specific toolbar.
Problem was due to navigation, i did not set navigation properties to NO (i.e. key-board & mouse navigation-->NO) of toolbar buttons. So when I press the buttons it was trying to navigate to toolbar block item (i.e. execute button) which is restricted in enter-query mode.
|
|
|