Difference between revisions of "OPEN APP"

From Lianjapedia
Jump to: navigation, search
(Description)
(Description)
 
Line 12: Line 12:
  
 
This command is supported in the Lianja/VFP command window only, not in script files.
 
This command is supported in the Lianja/VFP command window only, not in script files.
 +
 +
If you need to open Apps programmatically use Lianja.openApp("appname") which works in desktop and web/mobile.
  
 
==Example==
 
==Example==

Latest revision as of 23:07, 12 May 2020

Purpose

Open an App

Syntax

OPEN APP [<appname>]

See Also

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

Description

The OPEN APP command opens an App. If the optional <appname> is not specified, an 'Open a App' dialog is displayed allowing a App to be selected.

This command is supported in the Lianja/VFP command window only, not in script files.

If you need to open Apps programmatically use Lianja.openApp("appname") which works in desktop and web/mobile.

Example

open app myapp