Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Chart display

Status
Not open for further replies.

dmarnerou

Programmer
Jun 12, 2002
30
CY
Hi everyone,
I am building an application and the thing I want to do is this: I have a data block displaying some information and I want this information to be displayed on a chart as well. I created my chart using chart wizard and the result I got was a chart displaying only the 10 first records displayed on the block from with I got the information for the chart. Besides adjusting the block attributes - to show more than 10 records - is there any other way to display all the records on the chart?
Thanks,
Demetra
 
You should fetch all rows to use this kind of chart. This may be done by seting Query All Records block property or by issuing EXECUTE_QUERY(ALL_ROWS)

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top