CONTROL Command

CONTROL — Execute a control command.

Synopsis

CONTROL control_function [argument...]

Introduction

The CONTROL command executes built-in control commands.

Arguments

control function

Control FunctionArgument(s)Description
appndevapplication_nameSets the internal variable APPNDEV() to the name of the application being developed. Only to be used in developer applications like 'Advance'.
datamanagerbuild table_nameStart a data manager function (can be used in development application only).
exit--Exit the application.
logonappn_nameLogon to an application.
logout--Logout from an application and go to logon screen.
painter--Start the screen painter (can be used in development application only).
useruser_nameSets the internal variable USER().
validateobject_nameValidate a base object (can be used in development application only).

Example

. . .
. . .
CONTROL exit
. . .
. . .

Related Commands

None.