Lines Matching full:field

78 REQ_BEG_FIELD	Move to beginning of field.
80 REQ_CLR_EOF Clear to end of field from cursor.
82 REQ_CLR_FIELD Clear the entire field.
87 REQ_DOWN_CHAR Move down in field.
88 REQ_DOWN_FIELD Move down to a field.
89 REQ_END_FIELD Move to the end of field.
91 REQ_FIRST_FIELD Move to the first field.
96 REQ_LAST_FIELD Move to the last field.
97 REQ_LAST_PAGE Move to the last field.
98 REQ_LEFT_CHAR Move left in field.
99 REQ_LEFT_FIELD Move left to a field.
102 REQ_NEXT_CHOICE Display next field choice.
103 REQ_NEXT_FIELD Move to the next field.
110 REQ_PREV_CHOICE Display previous field choice.
111 REQ_PREV_FIELD Move to the previous field.
115 REQ_RIGHT_CHAR Move right in field.
116 REQ_RIGHT_FIELD Move right to a field.
117 REQ_SCR_BCHAR Scroll field backward 1 character.
118 REQ_SCR_BHPAGE Scroll field backward \(12 page.
119 REQ_SCR_BLINE Scroll field backward 1 line.
120 REQ_SCR_BPAGE Scroll field backward 1 page.
121 REQ_SCR_FCHAR Scroll field forward 1 character.
122 REQ_SCR_FHPAGE Scroll field forward \(12 page.
123 REQ_SCR_FLINE Scroll field forward 1 line.
124 REQ_SCR_FPAGE Scroll field forward 1 page.
125 REQ_SCR_HBHALF Horizontal scroll field backward \(12 line.
126 REQ_SCR_HBLINE Horizontal scroll field backward 1 line.
127 REQ_SCR_HFHALF Horizontal scroll field forward \(12 line.
128 REQ_SCR_HFLINE Horizontal scroll field forward 1 line.
129 REQ_SFIRST_FIELD Move to the sorted first field.
130 REQ_SLAST_FIELD Move to the sorted last field.
131 REQ_SNEXT_FIELD Move to the sorted next field.
132 REQ_SPREV_FIELD Move to the sorted previous field.
133 REQ_UP_CHAR Move up in field.
134 REQ_UP_FIELD Move up to a field.
135 REQ_VALIDATION Validate field.
139 in the current position in the current field.
142 .SS "Field Validation"
144 with form fields rather than directly to the field buffers.
151 You can validate a field without making any changes to it using
153 The form driver also validates a field in these cases:
155 a call to \fBset_current_field\fP attempts to move to a different field.
160 a request attempts to move to a different field.
164 In each case, the move fails if the field is invalid.
166 If the modified field is valid, the form driver copies the modified
167 data from the window associated with the field
168 to the field buffer.
195 If you click at an field inside the display area of the form:
198 the form cursor is positioned to that field.
200 If you double-click a field,
201 the form cursor is positioned to that field
204 because a double click usually means that an field-specific action should
238 Contents of field is invalid.