renderwebtable(
TEMPLATE
)

The renderwebtable( function renders a web table using records selected with WebSelect in the current database.


Parameters

This function has one parameter:

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).


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
cgiHTML = renderwebtable("Prices")

See Also


History

VersionStatusNotes
10.2UpdatedCarried over from Panorama 6.0.