Re: Triggers for List Items

From: Madhu Cherukuri <Madhu.Cherukuri_at_usa.net>
Date: 6 Nov 1998 01:15:19 GMT
Message-ID: <36424DDC.380DD445_at_usa.net>


Use KEY-LIST trigger for your code.

What you need to do is
Write your code in the beginning
and put the built-in command
at the end i.e. LIST_VALUES;

This will execute the code before
the list is displayed

For example,

Begin
  MY_CODE.....
End;

LIST_VALUES; HTH Good luck

Madhu Cherukuri

Wayne McKinney wrote:

> How does one get a trigger to fire before the cursor enters a List Item?
> The trigger PRE-TEXT-ITEM doesn't work (because I guess a List Item isn't
> really a "Text" item). No POST triggers other than a POST-CHANGE are listed
> for a List item. I might be able to use a WHEN-MOUSE-CLICK trigger to catch
> the "mouse" navigation into a List Item, but then it would fire even for
> clicks within the field. That's not what I want.
>
> Has anyone else gotten around this problem. It's almost as if Oracle
> "forgot" to associate any 'PRE' triggers with a List item.
Received on Fri Nov 06 1998 - 02:15:19 CET

Original text of this message