Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: go_item in enter-query mode
The problem is that he doesn't do the go_item before the query is executed.
And I want him to do the go_item when going into enter-query mode.
Anyway, thanks for your reply.
Wim Valgaeren
David Blethen <dblethen_at_bhe.com> wrote in message
news:3826d411_1_at_news.cybertours.com...
> Do you know that enter-query isn't changing the :system.trigger_item ?
> try:
> variable := :system.trigger_item;
> do_key('enter-query');
> go_item(:system.trigger_item);
>
> Wim Valgaeren <valgaeren_at_softhome.net> wrote in message
> news:8067p8$llf$1_at_naxos.belnet.be...
> > I have a form-level when-mouse-dubbleclick trigger which has
> >
> > do_key('enter-query');
> > go_item(:system.trigger_item);
> >
> > in it.
> >
> > When I dubbleclick on an item the record goes into enter-query mode, but
> the
> > cursor jumps to the first item in the record.
> > How can I make the cursor jump to the item where I have clicked on?
> >
> > Thanks,
> >
> > Wim Valgaeren
> >
> >
>
>
Received on Mon Nov 08 1999 - 09:05:41 CST
![]() |
![]() |