Re: 2 wks, no sol'n from you guys!

From: David M. Taulbee <dtaulbee_at_po.michsb.trw.com>
Date: 1996/02/12
Message-ID: <4fnemt$pb3_at_phoenix.michsb.trw.com>#1/1


Did you try defining a KEY-LISTVAL trigger on the field. It could look something like this:

BEGIN
  listval;
  if :b.school = ans_1 then

     go_item( c.ans1)
  elsif :b.school = ans_2 then
.... etc ....
  end if;
END; Received on Mon Feb 12 1996 - 00:00:00 CET

Original text of this message