Re: Forms 4.5 triggers

From: Richard Hammel <r_hammel_at_mindspring.com>
Date: 1995/08/06
Message-ID: <402hui$9n2_at_news.mindspring.com>#1/1


In article <3vl3up$gk8_001_at_trout.rivm.nl>, Rene.Hoekstra_at_rivm.nl says...
>
>A possible solution is to redefine the 'KEY-LISTVAL' trigger as follows:
>
>/* KEY-LISTVAL */
>List_Values;
>Validate( ITEM_SCOPE );
>
>This validates the item at the moment you select a value instead of when
 you
>validate the item when leaving it.
>
>Hope this helps.
>
>Rene.

Your on the right track, but I wouldn't even worry about doing the Validation in the Key-Listval trigger, just place the code you want executed there (or envoke a Procedure, which would probably be the method I would use). Hence:

Key-Listval Trigger


List_Values;
After_LOV_Proc; -- Code which does your enabling/disabling of buttons

  • Rick
Received on Sun Aug 06 1995 - 00:00:00 CEST

Original text of this message