Difference between revisions of "Category:Command Window CLI"

From Lianjapedia
Jump to: navigation, search
Line 5: Line 5:
 
The Command Window will popup on top of the main App Builder Window.<br>
 
The Command Window will popup on top of the main App Builder Window.<br>
 
It will stay "on top" even in the runtime view.<br>
 
It will stay "on top" even in the runtime view.<br>
You also have the full power of the [[CodeAssistant#The_Lianja_CodeAssistant_for_Lianja.2FVFP|CodeAssistant]] to help you.
+
The [[CodeAssistant#The_Lianja_CodeAssistant_for_Lianja.2FVFP|CodeAssistant]] for Lianja/VFP is there to help you be more productive.
 
</div>
 
</div>
 
<span style="height:6px;"> </span>
 
<span style="height:6px;"> </span>

Revision as of 10:27, 3 December 2017

Bm-noteicon.png
Quick Start Guide

Select Command Window from the Window menu in the system MenuBar at the top.
The Command Window will popup on top of the main App Builder Window.
It will stay "on top" even in the runtime view.
The CodeAssistant for Lianja/VFP is there to help you be more productive.

You can type Lianja/VFP, JavaScript, Python or PHP commands directly into the Command window. Additionally you can connect to an ODBC data source and run SQL commands against it with the results displayed in the Output panel.

You can delete text by pressing ESC if you haven't already pressed ENTER to execute the command.

You can re-execute a previous command by navigating up to it in the command history using the Up and Down arrow keys or placing the cursor anywhere on the command line, and then pressing ENTER.

The contents of the command window are saved when you exit the App Builder and restored when you run it again.

All Lianja/VFP commands and functions can be used in the Lianja/VFP Command Window apart from flow control and looping commands and others that form a begin...end statement block.

Bm-noteicon.png
Pro Tip

As a power user you can create, edit, compile and run script files in the command window.
ed filename.ext

Note also:

  • The semi-colon ';' line continuation character is not supported.
  • & macro substitution is not supported