Q: How to Pass RecordGroup from Forms to Graphics

From: Zhou Jian <zhou_at_igd.fhg.de>
Date: 1996/04/03
Message-ID: <316272E5.7B_at_igd.fhg.de>#1/1


hi,

I want to pass a record group to Oracle Graphics. This record group is generated by a PL/SQL procedure. The document says that I can create a parameter list by

	plid := create_parameter_list(the_param);
	add_parameter(plid, 'chart_data', DATA_PARAMETER, 'chart_record_group');
and pass the parameter list to Oracle Graphics by
	run_product('chart.ogd', SYNCHRONOUS, BATCH, FILESYSTEM, plid, 'chart_item'); 

My question is: how can I read the parameters passed from Forms in Graphics? How can I get a row or a column from the record group? I have never found any functions in Oracle Graphics which allow me to do this. It seems to me that Oracle Graphics uses some name conventions to access the parameters passed from Forms. Am I right? Can anyone tell me which name conventions are supposed? (query name or chart name, etc.)

Any help would be appriciated.

  • Jian Zhou

| | |_|_|_|_| |
 ___|___|_|_|_|_|  Fraunhofer Institute for Computer Graphics             |

| | |_|_|_|_| |
|___|___|_|_|_|_| Jian Zhou email : zhou_at_igd.fhg.de | | /--- / /---| Wilhelminenstr. 7 phone : (+49) 6151-155-131 | | /-- /_ / __ | D-64283 Darmstadt fax : (+49) 6151-155-199 | |/ / / /___/ | Germany | |_______|_______|_________________________________________________________|
Received on Wed Apr 03 1996 - 00:00:00 CEST

Original text of this message