11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

UPDATE_CHART built-in<br />

Description<br />

A data block is updated whenever it is queried or when changes to it are committed. By default, when the<br />

block is updated, any charts based on the data block are automatically updated. You can use the<br />

UPDATE_CHART built-in to explicitly cause a chart item to be updated, even if the data block on<br />

which it is based has not been updated. For example, you may want update the chart to reflect<br />

uncommitted changes in the data block.<br />

Syntax<br />

PROCEDURE UPDATE_CHART<br />

(chart_name VARCHAR2,<br />

param_list_id TOOLS.PARAMLIST<br />

);<br />

PROCEDURE UPDATE_CHART<br />

(chart_name VARCHAR2,<br />

param_list_name VARCHAR2<br />

);<br />

PROCEDURE UPDATE_CHART<br />

(chart_id FORMS4C.ITEM,<br />

param_list_id TOOLS.PARAMLIST<br />

);<br />

PROCEDURE UPDATE_CHART<br />

(chart_id FORMS4C.ITEM,<br />

param_list_name VARCHAR2<br />

);<br />

PROCEDURE UPDATE_CHART<br />

(chart_id FORMS4C.ITEM<br />

);<br />

PROCEDURE UPDATE_CHART<br />

(chart_name VARCHAR2<br />

);<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

chart_id Specifies the unique ID of the chart.<br />

chart_name Specifies the unique name of the chart.<br />

param_list_id Specifies the unique ID of the chart parameter list.<br />

param_list_name Specifies the unique name of the chart parameter list.<br />

447

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!