Home » Developer & Programmer » Forms » plz help
plz help [message #79074] Sun, 21 April 2002 19:36 Go to next message
Faisal
Messages: 16
Registered: November 2001
Junior Member
I need to run my project made in developer 6i
on the web ....
so plz help me ...anyone ..asap

faisal sami
Re: plz help [message #79081 is a reply to message #79074] Mon, 22 April 2002 09:56 Go to previous messageGo to next message
Tyler
Messages: 123
Registered: January 2002
Senior Member
Look into create_group_from_query and populating groups and lists, you may want to use the following...

DECLARE
GROUP_ID RECORDGROUP;
STATUS NUMBER;

BEGIN

GROUP_ID := CREATE_GROUP_FROM_QUERY('GROUP_ID','SELECT spll_type,to_char(spll_locn_code) FROM supplier_location');

IF NOT ID_NULL(GROUP_ID) THEN

STATUS:=POPULATE_GROUP(GROUP_ID);
POPULATE_LIST('LIST_NAME',GROUP_ID);
delete_group('GROUP_ID');

END IF;

END;
Re: plz help [message #79094 is a reply to message #79074] Tue, 23 April 2002 10:09 Go to previous message
REhmanullah Kha
Messages: 2
Registered: April 2002
Junior Member
u need to use the application server
i did it through that.
Previous Topic: SOMEONE PLEASE HELP
Next Topic: Re: help
Goto Forum:
  


Current Time: Thu Apr 25 18:48:05 CDT 2024