On line guide/help
You are on page 10 of the online help. Navigate sequentially through the guide pages or search for a topic of interest to you.
Index Prev. NextSection
Section element
At least one of these elements is required. A section can be connected to a data source. When connected to a data source, all code within the section loops through each row of data. A section element can include another section that loops through subsets of data, for example, to process a master table and a detail table. With version 1.X, each section can only contain one section. Each section, if it uses data, must have a unique "id" attribute.
<id> An unique key string that identify the section and a data set
<page> Only if defined, each time the section start, a new page is created
<print_content> Execute the code inside a content section.
Basic section example