Brief Review of GP_Term

 

The breeze is an emulator of the terminal for DBMS D3, working in MS Windows environment, and providing the following opportunities on integration D3 and MS Windows.

For creation in applications of more convenient and stylish interface base structures are developed: screens, dialogs which can include others GUI objects.

Screens    

A screen is the element of the interface which operates objects according to their accommodation on the screen. The screen can contain in itself other objects besides the usual symbolical interface. The quantity of screens can be big. Each screen can consist of several windows. The sizes of the screen can be changed by programs. Functions of a printing of the screen easily allow to print out reports and forms. The formatted text with using of any fonts allows to organize a fast and evident printing.

Dialogs  –

A dialog box is a temporary window an application creates to retrieve user input. An application typically uses dialog boxes to prompt the user for additional information for menu items. A dialog box usually contains one or more controls (child windows) with which the user enters text, chooses options, or directs the action.
Windows also provides predefined dialog boxes that support common menu items such as Open and Print. Applications that use these menu items should use the common dialog boxes to prompt for this user input, regardless of the type of application. For more information about using common dialog boxes in your applications, see Common Dialog Box.
There are many functions, messages, and predefined controls to help create and manage dialog boxes, thus making it easier to develop the user interface for an application. This overview describes the dialog box functions and messages and explains how to use them to create and use dialog boxes.

Objects

BRIZ supports work with the majority of the Window's common controls. Some unique objects are in addition developed . For all objects support of all methods is realized, except for the direct reference to a device context. All objects are adapted and added with methods for work with mvDBMS (for example LISTCTRL can be used as the editor of tables). The system of support of processing of the majority of events and messages is developed. The system of the automatic answer to event allows to release resources of the server. The unique system of automatic change of the sizes, easily allows to design dialogs with the varied sizes. Association of objects in groups allows automated to operate them without processing events on the server........

Menus

Work from menus is completely realized

The opportunity of work with special objects is in addition realized:

There is an opportunity of set-up of the keyboard, parameters of display, processing of service symbols

Three variants of recording(item) of a dump

Mode of separate input-output .........

It is impossible to describe all opportunities in this brief review