| ProLinga-4GL Reference Manual | 
|---|
SCREEN — Display/close (container) screen or set title.
SCREEN   screen_name  [
         CONTAINER 
          container_name 
          SOURCE 
          source_screen_name 
      ]
SCREEN   CLOSE  [screen_name]
SCREEN   TITLE   screen_name  [
         TARGET 
          screen_name 
      ]
The SCREEN command displays/closes a screen, display a screen into a container or set the screen title.
  | Any data reference as well as hard coded string as long as it forms an exisiting screen name. When no screen name is given when using CLOSE or TITLE, the current active screen will be referenced. | 
  | Any data reference as well as hard coded string as long as it forms an exisiting CONTAINER widget name, that can display the screen. | 
  | Name of the screen widget which contents will be displayed into the container the active screen. | 
  | Any data reference or string which holds text. It will be displayed on the title bar of the active screen. | 
| << RUN Command | SLEEP Command >> |