High-Level Screen Management Intrinsic Library Reference Manual (32424-90002)

3- 13
2. Form Information Retrieval (
mode
= 2)
--------------------------------------------------------------------------------------------
| | |
|
formname
| 32-byte character array |
| | |
| |
infobuflen
= 32 |
| | |
| | Form name. |
| | |
|
formnum
| four-byte integer |
| | |
| |
infobuflen
= 36 |
| | |
| | Form number. This number represents |
| | the order of the form within the file |
| | and may change if the forms file is |
| | recompiled. |
| | |
|
numflds
| four-byte integer |
| | |
| |
infobuflen
= 40 |
| | |
| | The number of fields in the form. |
| | |
|
databuflen
* | four-byte integer |
| | |
| |
infobuflen
= 44 |
| | |
| | The data buffer length in bytes. |
| | |
|
nextform
| 32-byte character array |
| | |
| |
infobuflen
= 76 |
| | |
| | The name of the next form. |
| | |
|
repeatopt
| four-byte character array |
| | |
| |
infobuflen
= 80 |
| | |
| | Repeat option. It can be N, A, or R. |
| | |
|
nextformopt
| four-byte character array |
| | |
| |
infobuflen
= 84 |
| | |
| | Next form option. It can be C, A, or F. |
| | |
--------------------------------------------------------------------------------------------
Field Information Retrieval (
mode
= 3)
--------------------------------------------------------------------------------------------
| | |
|
formname
| 32-byte character array |
| | |
| |
infobuflen
= 32 |
| | |
| | The name of a form. |
| | |
|
fldname
| 32-byte character array |
| | |
| |
infobuflen
= 64 |
| | |
| | Field name. |
| | |
|
scrnorder
| four-byte integer |
| | |
| |
infobuflen
= 68 |
| | |
| | The field number according to its |
| | order on the screen. |
| | |
|
fldnum
| four-byte integer |