Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ form_new_pg(3x) — Atari System V 1.1-06

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

forms(3X)





   form_new_page(3X)                                         form_new_page(3X)


   NAME
         formnewpage:  setnewpage, newpage - forms pagination

   SYNOPSIS
         #include <form.h>

         int setnewpage(FIELD *field, int bool);
         int newpage(FIELD *field);

   DESCRIPTION
         setnewpage marks field as the beginning of a new page on the form.

         newpage returns a boolean value indicating whether or not field
         begins a new page of the form.

   RETURN VALUE
         newpage returns TRUE or FALSE.

         setnewpage returns one of the following:
         EOK           - The function returned successfully.
         ECONNECTED    - The field is already connected to a form.
         ESYSTEMERROR - System error.

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

   SEE ALSO
         curses(3X), forms(3X).
























   8/91                                                                 Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026