CREATE APPLICATION

From Lianjapedia
Jump to: navigation, search

Purpose

Create a new App

Syntax

CREATE APPLICATION [<appname>]

See Also

CLOSE APP, CLOSE APPLICATION, CLOSE PROJECT, CREATE APP, CREATE PAGE, CREATE PROJECT, DELETE APP, DELETE APPLICATION, DELETE PROJECT, Lianja Projects, LIST APPS, LIST PROJECTS, MODIFY APP, MODIFY APPLICATION, MODIFY PROJECT, OPEN APP, OPEN APPLICATION, OPEN PROJECT

Description

The CREATE APPLICATION command creates a new APP with the name specified in <appname> and opens the App. The currently selected (App Settings) Scripting language is used and no database is opened.

If a App with the specified <appname> already exists, an error message will be displayed and no further action taken.

If <appname> is not specified, the 'Create a new Lianja App' wizard is opened, allowing the App name to be specified and the Scripting language and database to be specified.

Example

create application myapp