The renderwebtable statement renders a web table using records selected with WebSelect in the current database.
Parameters
This statement has two parameters:template – name of the web table template. (Web Table templates are created with the Text Export wizard). Alternatively, you can put the entire blueprint for the web table into this parameter (you can access the blueprint with the Arrange>Blueprint menu item in the Text Export wizard).
html – field or variable to receive the generated HTML.
Description
This statement renders a web table using records selected with WebSelect in the current database. This example generates a web table of all items with a price over ten dollars.
webselect Price>10
RenderWebTable "Prices",cgiHTML
See Also
History
Version | Status | Notes |
10.2 | Updated | Carried over from Panorama 6.0. |