APPLICATION DESIGN
Pages
A page is a database design element that displays information. Pages are a familiar Web concept. Almost every Web site has a home page -- a page that contains information about the company, graphics that enhance the page, and links that take you to other places within the site or elsewhere on the Web.
Pages can be used anytime you are displaying information to the user. Pages can contain:
Pages can be used as components in composite applications.
For more information, see Designing Pages.
Forms and documents
Forms, like pages, display information. Everything that can be done with a page can be done with a form. What sets forms apart from pages is that forms can be used to collect information. A form provides the structure for creating and displaying documents. Documents are the elements that store data in the database.
When you create a form in IBM® Lotus® Notes® Domino® Designer®, users can open the form in the IBM® Lotus® Notes® client from the Create menu. On the Web, you must provide a button or action that opens the form. When the user completes the form and saves it, the information is saved as a document. When a user reopens the document, the document uses the form as a template for displaying the data.
Forms can be used as components in composite applications.
For more information, see Designing Forms.
Fields
Fields are the elements on forms that collect data. Each field on a form stores a single type of information, which is stored in documents. A field's data type defines the kind of information a field accepts.
You can create fields in the following data types:
For more information, see Designing Fields.
See Also