renderwebtable
TEMPLATE
,
HTML

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

VersionStatusNotes
10.2UpdatedCarried over from Panorama 6.0.