Re: Forms Builder 6.0: How to insert default values in query mode?

From: Rick E. <rickest_at_deleteme.yahooooo.com>
Date: Fri, 11 Jan 2002 13:38:21 -0700
Message-ID: <S1I%7.264$kb6.96812_at_newsfeed.slurp.net>


[Quoted] Indeed, that worked! Now I need to read up on what when-new-item-instance is and when/why it gets fired at this particular moment. :-)

Thanks so much,
Rick

"Simon Redmond" <simon_at_sibass.com> wrote in message news:746cebd2.0201100817.1913ea9e_at_posting.google.com...
> try creating a when-new-item-instance trigger at block level with
> something similar to the following code.... this works for us.
>
> if (:system.mode = 'ENTER-QUERY') then
>
> :emp.ename := 'KING';
>
> end if;
>
> hope this helps
Received on Fri Jan 11 2002 - 21:38:21 CET

Original text of this message