Re: FORMS and poplists

From: Peter H. Larsen <petlars_at_pip.dknet.dk>
Date: 1998/01/30
Message-ID: <34d61825.23918412_at_news2.dknet.dk>#1/1


On Wed, 28 Jan 1998 16:04:35 -0500, Frank W Phillips JR <FWP_at_vpha.health.ufl.edu> wrote:

>I am attempting to dynamically populate a poplist based on a POST-CHANGE
>trigger attached to another item.

  1. Poplists are a finite list. That means values outside the poplist are considered invalid. If you want to be able to accept invalid values, use the COMBOBOX - not the poplist.
  2. POST-CHANGE should be avoided at all times. Use WHEN-VALIDATE-ITEM/POST-QUERY.
If you insist on the poplist then make sure you appoint a value for "all other values" and use the "Other value" property to point to it. When you populate the list make sure this other value is present!

Regards
Peter H. Larsen (petlars_at_pip.dknet.dk) Oracle Consultant (not affiliated with Oracle) Received on Fri Jan 30 1998 - 00:00:00 CET

Original text of this message