DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

form_new_page(S-osr5)


form_new_page: set_new_page, new_page -- forms pagination

Syntax

cc ... -lform -lcurses

#include <form.h>

int set_new_page(FIELD *field, int bool); int new_page(FIELD *field);

Description

set_new_page(S-osr5) marks field as the beginning of a new page on the form.

new_page(S-osr5) returns a boolean value indicating whether or not field begins a new page of the form.

Return values

new_page( ) returns TRUE or FALSE.

set_new_page( ) returns one of the following:

E_OK - The function returned successfully.
E_CONNECTED - The field is already connected to a form.
E_SYSTEM_ERROR - System error.

 E_OK            -  The function returned successfully.
 E_CONNECTED     -  The field is already connected to a form.
 E_SYSTEM_ERROR  -  System error.

Warning

The header file form.h automatically includes the header files eti.h and curses.h.

Files


/usr/lib/libform.a
the library

See also

curses(S-osr5), forms(S-osr5)

Standards conformance

set_new_page(S-osr5) and new_page(S-osr5) are not part of any currently supported standard; they were developed by UNIX System Laboratories, Inc. and are maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005