Home » Developer & Programmer » Forms » populating list item at runtime ,frm-41337
populating list item at runtime ,frm-41337 [message #78704] Mon, 11 March 2002 23:02 Go to next message
Manas
Messages: 5
Registered: March 2002
Junior Member
i dot get any error , but if swap the col (see line **)then i get error frm-41337, but if i swap then i donot get any error.

kindly help me in this regard

manas
code -------------------------
DECLARE
group_id RecordGroup;
list_id Item := Find_Item('dgicode');
status NUMBER;
BEGIN
--refer line(**)
group_id := Create_Group_From_Query ('degi_list1','select degi_name,degi_code from degination');
status := Populate_Group('degi_list1');

if id_null(group_id) then
null;
else

Populate_List(list_id,group_id);
end if;
Re: populating list item at runtime ,frm-41337 [message #78708 is a reply to message #78704] Mon, 11 March 2002 23:51 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
compare the data type and data length between list item and the column u r selecting, there must be a mismatch
Previous Topic: FRM-40509
Next Topic: showing query result in tabular form: missing results
Goto Forum:
  


Current Time: Fri Apr 19 04:14:31 CDT 2024