Lines Matching full:form
34 set and get form page number
37 \fB#include <form.h>
39 \fBint set_current_field(FORM *\fIform\fP, FIELD *\fIfield\fP);
40 \fBFIELD *current_field(const FORM *\fIform\fP);
42 \fBint unfocus_current_field(FORM *\fIform\fP);
44 \fBint set_form_page(FORM *\fIform\fP, int \fIn\fP);
45 \fBint form_page(const FORM *\fIform\fP);
51 form; \fBcurrent_field\fP returns the current field of the given form.
54 field of the form.
57 The function \fBset_form_page\fP sets the form's page number (goes to page
58 \fIn\fP of the form).
60 The function \fBform_page\fP returns the form's current page number.
63 field array of the form it is connected to.
82 The form driver could not process the request.
98 \fB\%form\fP(3X)