Help how to use: Populate_List

From: <greg.hoff_at_cat.com>
Date: 1995/08/17
Message-ID: <NEWTNews.808713717.15735.mesa_at_mesa.pont.cat.com>#1/1


I can't seem to get Populate_List to work for me.

In the following code,'PRRDET.FAILURECODE' is a combo box that I want to populate from the results of the query in 'FAILCODES'.

The 'FAILCODES' query works fine (i get the expected 61 records from the data base), but the Populate_List doesn't seem to work!

Code:

DECLARE

    ret_code	Number; 
    list_id	Item; 

BEGIN
    ret_code := Populate_Group('FAILCODES');

    list_id := Find_Item('PRRDET.FAILURECODE');

    Clear_List(list_id );

    Populate_List(list_id ,'FAILCODES');

END; Any help would be greatly appreciated. Please e-mail response to greg.hoff_at_cat.com if convenient.

Thanks,

Chris Raber, In care of greg.hoff_at_cat.com Received on Thu Aug 17 1995 - 00:00:00 CEST

Original text of this message