Re: Developer's Strange Poplists..

From: Donna M. Forosisky <frisk_at_enter.net>
Date: Mon, 30 Aug 1999 11:17:40 -0400
Message-ID: <37CAA094.F7B11231_at_enter.net>


owais_anjum_at_my-deja.com wrote:

Try initializing the list prior to repopulating it.

yourlist := null;

>
> Hi
>
> I am using Forms 5.0.6.8.0. Here is the problem.
>
> I have two lists, List_A and List_B. Elements of List_B are dependent on
> List_A and hence, whenever a list element changes in List_A, the
> corresponding values in List_B are populated. I have used
> WHEN_LIST_CHANGED trigger on List_A. So far so good.
>
> The problem is that when I try to access the CURRENT element of List_B,
> it does not give me the value that the form is displaying. For the first
> time, I get the correct value, but once changed via the trigger, it
> keeps giving me the previous value, although it displays the latest and
> the correct value....
>
> I desperately need some help over here because a lot of my code depends
> on this and I do not have any work arounds. And if it is a known bug,
> is there a patch for it?
>
> Thanx in advance
> Owais
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Mon Aug 30 1999 - 17:17:40 CEST

Original text of this message