Easy to Create, Easy to Change - Easy to use!

Command::

application status



Parameters


Returns/Result


Examples


Reference

application status

Type

Control Command

Purpose

The application status command generates a report that displays the status of the Documents, defined Imports, Records, or Servers included in the current application.

Syntax

application status [DOCUMENTS |IMPORTS |RECORDS | SERVERS]

Usage

When processing reaches an application status command, DataEase automatically locks the current application. It then runs a pre-defined system report describing the current state of the Documents, Imports, Records, or Servers in your application. Depending on which parameter you specify, the status report includes one or more of the following:

  • The name of each document.

  • The DOS filename and file size of each document.

  • The number of existing records in each table.

  • The number of deleted records in each table.

  • The name of each procedure.

  • The DOS filename and file size of each procedure.

  • The name of each import specification in the selected directory.

  • The DOS filename and file size of each import specification.

  • The name of each server linked to the current application and the name of the database(s) you access on each server.

 

Example

 record entry "MEMBERS" . application status records .

 

This script tells DataEase: (1) Display the MEMBERS form so the user can enter or update member records, and (2) when the user closes the MEMBERS form, run the pre-defined system report that displays information about the number of existing and deleted Records stored in the application.

Note: If you specify the application status command without including any of the optional parameters listed above, DataEase runs the status report that displays the status of Records by default.

See Also


On the forum about application status

On the blog about application status