Re: KEY-ENTER trigger problems. Has anyone got this to work?

From: Dave Simson <dsimson_at_us.oracle.com>
Date: 1996/05/30
Message-ID: <31AE385B.57C0_at_us.oracle.com>#1/1


Dwayne King wrote:
>
> Hi,
>
> Has _anyone_ out there gotten a KEY-ENTER trigger to work in any of their
> forms?
>
> I have been ripping my hair out over this for a day. None of the other people
> here have been able to get this to work either, I later found out.
>
> I have used the simplest form I can think of - one block, one text item
> My KEY-ENTER trigger simply puts a message to the screen, but pressing ENTER
> results in nothing.
> Without going and trying it myself, the issue may be that your message is being lost...
If you're using the "message" built-in, it gets displayed at the very bottom of the screen, and may be overwritten by hints, etc. Try adding a PAUSE after MESSAGE - it should pop up an alert that says "please acknowledge" and you'll be able to see your message.

Another thing to try is run the form in debug mode (click on the little centipede-like button on the toolbar) and then set a breakpoint in your trigger - that will confirm whether it's being fired...

--Dave Received on Thu May 30 1996 - 00:00:00 CEST

Original text of this message