HP 3000 Manuals

Summary [ HP ALLBASE/4GL Developer Self-Paced Training Guide ] MPE/iX 5.0 Documentation


HP ALLBASE/4GL Developer Self-Paced Training Guide

Summary 

In this lesson you have created a process.

A process is similar to a program in a conventional programming system.
It terminates any current activity in the application, and initializes
the environment to a known state.

The process you have created displays the product_scrn data screen and
updates or inserts the product data file when the user terminates the
screen.

You will see this scenario of a process driving a data screen, which in
turn calls a function, repeated many times as you develop applications.

There are three steps involved in developing a process.  They are:

   1.  Defining the process header.

   2.  Defining the process details.

   3.  Generating the process.



MPE/iX 5.0 Documentation