getwebtemplatetext
DATABASE
,
FORM
,
RESULT

The getwebtemplatetext statement retrieves the text of the web template (a dictionary) associated with a form (if any).


Parameters

This statement has three 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 the template is associated with.

result – name of the field or variable the result should be placed into.


Description

This statement retrieves the text of the web template (a dictionary) associated with a form (if any).

local formHTML
getwebtemplatetext "","Sign Up",formHTML

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.