newdatabasewithtemplate
DEFAULTTEMPLATE

The newdatabasewithtemplate statement creates a new database with a template.


Parameters

This statement has one parameter:

defaulttemplate – default template, can be either actual tags or name of common template.


Description

This statement creates a new database with a template. The user gets a chance to edit the template before the fields are actually created. One option is to specify one of the pre-built templates that are available (see ConstructFieldsSheet).

newdatabasewithtemplate "Mailing List"

You can also use the actual field definitions:

newdatabasewithtemplate "Address
City
State
Zip"

This statement is used internally by Panorama.


See Also


History

VersionStatusNotes
10.0NewNew in this version.