Setting up a multi-row table manually
To manually set up a Table, follow these steps.
1. Set up your database query using the VA Smalltalk Multiple Row Query part.
2. Select Table from the Web Connection category. Place the Table part on the Page.
3. Select Table Column from the Web Connection category. Place the Table Column within the Table part.
Repeat this step until you have added a column for each column in the result table that you want to display.
4. Open the settings of each Table Column part and specify the attribute displayed in each column. (A result table part has an attribute for each column in the table.)
5. Tear off the resultTable attribute of the Multiple Row Query part.
6. Connect the rows attribute of the result table part to the items attribute of the Table part.
7. Connect the aboutToGenerateHtml event of the Page to the executeQuery action of the Multiple Row Query. This causes the query to execute before the page is built, populating the table with data at run time.
Last modified date: 01/29/2015