Lines Matching full:forms

24                o Using Forms Characters
59 * The Forms Library
60 + Compiling with the forms Library
61 + Overview of Forms
62 + Creating and Freeing Fields and Forms
80 + Attributes of Forms
82 + Input Processing in the Forms Driver
175 * Support for line- and box-drawing using forms characters.
196 Pfeifer wrote all of the menu and forms code as well as the Ada95
207 Finally, this document describes in detail the menus and forms
209 construction and sequences of menus and fill-in forms.
493 Using Forms Characters
500 The most useful of the ACS defines are the forms-drawing characters.
1285 The Forms Library
1288 of on-screen forms for data entry and program control.
1298 and must be linked explicitly with the forms library using an -lform
1303 Overview of Forms
1306 (explanatory text) or a data-entry location. Long forms may be
1309 To make forms, you create groups of fields and connect them with form
1320 form library allows you (the forms designer) to bind each navigation
1347 In forms programs, however, the "process user requests" is somewhat
1352 Creating and Freeing Fields and Forms
1360 Menu items always occupy a single row, but forms fields may have
1379 The forms library allocates one working buffer per field; the size of
1419 storage; if you modify the contents of the pointer array during forms
1440 to mean this field. Changes to it persist as defaults until your forms
1515 control various aspects of forms processing. You can manipulate them
1536 Controls whether the field is active during forms processing
1539 forms application, not the user.
1568 Normally, when the forms user tries to type more data into a
1584 change during forms processing.
1619 REQ_VALIDATION request has been processed by the forms driver.
1624 used by the forms library. It is intended to be used by applications
1843 REQ_VALIDATION request has been processed by the forms driver.
1845 Attributes of Forms
1863 eligible to be connected to other forms), then the new fields are
1879 windows) within which it will be displayed. By default, the forms
1885 forms on the screen, or use a form as part of an interface layout
1936 the value expected by the forms driver:
1940 before handing control back to the forms driver in order to
1943 Input Processing in the Forms Driver
1953 data to be entered in the currently-selected field), or a forms
1956 The forms driver provides hooks (through input-validation and
2145 When you pass the forms driver an ASCII character, it is treated as a
2190 complicated and partly controlled by a pair of forms options. The
2223 and the forms driver just returns E_REQUEST_DENIED.
2250 above MAX_COMMAND, the forms driver will ignore it.
2302 1. When user editing requests are processed by the forms driver
2347 Like fields, forms may have control option bits. They can be changed
2419 forms driver will automatically call the new type's validation
2446 functions with the type. The forms driver will use these to synthesize