Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Working with multi-row blocks in Forms 4.5
In your trigger you could issue a 'post' and then select from the table.
Watch out for
unwanted post-commit triggers firing.
Alternatively use a single control field populated on post-query and on-validate etc.
PEMM
Michael Anderson wrote in article <33c50590.11355306_at_news.mbnet.mb.ca>...
>I have a form with a multi-record block. One of the fields of this
>block is a checkbox. For the blocke's underlying table the column's
>name is IS_CURRENT. One of the business rules regarding this table is
>up to one record can be current (ie checked on the form).
>
>Using a trigger, can I look at each instance of the IS_CURRENT field
>
Received on Fri Jul 11 1997 - 00:00:00 CDT
![]() |
![]() |