deletewebtemplate
DATABASE
,
FORM

The deletewebtemplate statement deletes the web template (a dictionary) associated with a form (if any).


Parameters

This statement has two parameters:

database – name of the database that contains the form, or “” for the current database. The specified database must be open

form – name of the form that contains the template.


Description

This statement deletes the web template (a dictionary) associated with a form (if any).

deletewebtemplate "","Sign Up"

Note: Deleting the form will also delete the template (since the form contains the template).


See Also


History

VersionStatusNotes
10.2UpdatedCarried over from Panorama 6.0, but now stores the template in the form itself, and allows a database to be specified.