recordgroup in listitem

From: Paul Kreis <nkrepa_at_ascom.ch>
Date: 1998/04/02
Message-ID: <35235A21.275D_at_ascom.ch>#1/1


hello,

[Quoted] Oracle Forms 4.5, on Solaris 2.5.1

[Quoted] what i do wrong. I want to display the contents of a recordgroup in a Listitem.
I created the following trigger without compileerrors. But when I run the form the Listbox is empty.

declare

	group_id recordgroup;
	status number;

begin         

        group_id := create_group_from_query('test', 'select ipnet_test.ipnet,ipnet_test.ipnet_id from ipnet_test');

        status := populate_group('test');         

        populate_list('list_ipnet','test');

end;

Could anyone help me?

regards
paul

-- 
=================================================================
Paul C. Kreis                           Informatiker Ascom 
					Phone: ++41(0)31 999 6605 
paul.kreis_at_ascom.ch                     Natel: ++41(0)79 432 0514
Received on Thu Apr 02 1998 - 00:00:00 CEST

Original text of this message