Version 8.3.3
 —  Special Development Topics  —

Writing Reports

This part describes how to create reports with Application Designer.

The information provided in this part is organized under the following headings:

../graphics/gr_b_sm.png Introduction
../graphics/gr_b_sm.png Writing Reports by Using the REPORT Control
../graphics/gr_b_sm.png Creating Statistical Charts
../graphics/gr_b_sm.png Embedding Statistical Charts into Reports
../graphics/gr_b_sm.png Using the Special Chart Control QUADRANTPLOT
../graphics/gr_b_sm.png Creating Simple Charts Quickly Using the PIVOT Control
../graphics/gr_b_sm.png Best Practice Hints

When using the REPORT control with an embedded chart, the transfomation from SVG to JPEG, GIF and other formats is only possible when the environment variable DISPLAY has been set. Example:

DISPLAY=:0.0
export DISPLAY

Top of page