nick048 wrote:
> Hi,
>
> In a form I have created a toolbar with button SAVE, NEW, DEL, QUERY,
> RUNQUERY, CANCELQUERY and I have a datagrid based on table.
>
> Save, New, Del, and Query work correctly; but if I click on button
> RUNQUERY or CANCELQUERY no actions are execute.
>
> In the trigger WHEN-BUTTON-PRESSED of RUNQUERY button I have entered
> DO_KEY('EXECUTE_QUERY') and in CANCELQUERY DO_KEY('CALCEL_QUERY').
>
> Instead, After I Click on button QUERY (Enter_Query), I can be able to
> use the button F8 and Ctrl-Q.
>
> Can You help me in order to resolve this problem ?
>
> Thank You and Best Regards.
> Gaetano
Hopefully you spelled 'CANCEL' correctly in your code. <g>
You need to cancel twice depending on the current form mode.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Wa****ngton
damorgan@[EMAIL PROTECTED]
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


|