Home » Developer & Programmer » Reports & Discoverer » Graph
Graph [message #89899] Thu, 26 August 2004 06:25 Go to next message
arun
Messages: 67
Registered: January 2000
Member
How to get the colors for the graph
Pls give me the procedure what i should do
Re: Graph [message #89914 is a reply to message #89899] Wed, 01 September 2004 04:29 Go to previous messageGo to next message
Himanshu
Messages: 457
Registered: December 2001
Senior Member
Hi,

You can create a format trigger for that object with the code as follows:

PROCEDURE OGFORMATTRIG0(ABC IN og_object,
query IN og_query) IS
BEGIN
OG_SET_FECOLOR(ABC, 'black');
END;

HTH
Regards
Himanshu
Re: Graph [message #89925 is a reply to message #89914] Tue, 07 September 2004 01:37 Go to previous message
arun
Messages: 67
Registered: January 2000
Member
what is og_object,query,og_query,og_set_fecolor

and where actually i have to write this code
Previous Topic: Maximum Rows retrieved
Next Topic: Reports using SQL - Need help on multiple selects
Goto Forum:
  


Current Time: Sun May 12 20:12:01 CDT 2024