Databases Reference
In-Depth Information
Figure 4-14. Custom Chart XML
Instead of using the standard #DATA# replacement, the chart will use the contents of the P3 XML PG
field to generate the chart. So define a On Load - After Header page process to load data into that field
using a function you will create shortly:
begin
:P3 XML PG := GenerateProjectXML;
end;
Search WWH ::




Custom Search