Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Refresh a Form after CALL_FORM : HELP

Re: Refresh a Form after CALL_FORM : HELP

From: Andrew Tompkins <andrewto_at_kingfish.cse.tek.com>
Date: 1997/05/13
Message-ID: <ANDREWTO.97May13085704@kingfish.cse.tek.com>#1/1

In article <33780E34.6AD6_at_zsassociates.com>   Brijesh <sgambhir_at_zsassociates.com> writes:

>
> The problem arises, when after adding a new task, I come back to my
> calling form, my List Item (Poplist) is not getting refreshed, such that
> the New Task or the Renamed task do not show up, unless I explicitly
> execute a When-List-Changed trigger.
>
> I have tried When-New-Form Instance trigger and When-Form-Navigate
> trigger, but to no avail.
>

You may want to try moving to the block level (using When-New-Block-Instance or Pre-Block triggers). Form entry triggers tend to work only at form startup, not when changing or closing forms. These triggers can be used as block or form level triggers.

--Andy
-- 
-------------------------------------------------------
| Andrew G. Tompkins    | #include <disclaimer.std.h> |
| Software Design Eng.  ------------------------------|
| Tektronix, Inc.                                     |
| Phone: (503) 627-5172      fax: (503) 627-5548      |
| email: Andrew.Tompkins_at_tek.com (work)               |
|        andytom_at_teleport.com (home)                  |
| http://www.teleport.com/~andytom/                   |
-------------------------------------------------------
Received on Tue May 13 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US